Skip to content

Commit 1325138

Browse files
committed
fix(action-strip): Fix pinning actions not showing correct label on hovering. #16082
1 parent 160626d commit 1325138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
width: var(--ig-icon-size, $icon-size);
108108
height: var(--ig-icon-size, $icon-size);
109109
font-size: var(--ig-icon-size, $icon-size);
110+
pointer-events: none;
110111
}
111112
}
112113
}

0 commit comments

Comments
 (0)