Skip to content

Commit 6bbb86f

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

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
@@ -112,6 +112,7 @@
112112
width: var(--ig-icon-size, $icon-size);
113113
height: var(--ig-icon-size, $icon-size);
114114
font-size: var(--ig-icon-size, $icon-size);
115+
pointer-events: none;
115116
}
116117
}
117118
}

0 commit comments

Comments
 (0)