updated table content 'help-mode' class name to 'help-mode-active'
This commit is contained in:
parent
77a84882cc
commit
b024e3ef0b
@ -14,7 +14,7 @@
|
||||
(mouseenter)="itemMouseEnterFn && itemMouseEnterFn(entity)"
|
||||
(mouseleave)="itemMouseLeaveFn && itemMouseLeaveFn(entity)"
|
||||
*ngIf="itemMouseEnterFn || itemMouseLeaveFn; else withoutMouseEvents"
|
||||
[class.help-mode]="helpModeService?.isHelpModeActive$ | async"
|
||||
[class.help-mode-active]="helpModeService?.isHelpModeActive$ | async"
|
||||
[id]="'item-' + entity.id"
|
||||
[ngClass]="getTableItemClasses(entity)"
|
||||
[routerLink]="entity.routerLink | tenant"
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<ng-template #withoutMouseEvents>
|
||||
<div
|
||||
[class.help-mode]="helpModeService?.isHelpModeActive$ | async"
|
||||
[class.help-mode-active]="helpModeService?.isHelpModeActive$ | async"
|
||||
[id]="'item-' + entity.id"
|
||||
[ngClass]="getTableItemClasses(entity)"
|
||||
[routerLink]="entity.routerLink | tenant"
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.help-mode {
|
||||
&.help-mode-active {
|
||||
.selection-column iqser-round-checkbox .wrapper {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user