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