Skip to content

Commit 9074b16

Browse files
committed
feat(navbar): fix icon colors theming not working
1 parent b79b29d commit 9074b16

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,15 @@
200200
igx-icon,
201201
igc-icon {
202202
--component-size: 3;
203-
cursor: pointer;
204-
}
205203

206-
> igx-icon,
207-
> igc-icon {
204+
cursor: pointer;
205+
user-select: none;
208206
transition: color .15s $out-quad;
209207
color: var-get($theme, 'idle-icon-color');
210208

211209
&:hover {
212210
color: var-get($theme, 'hover-icon-color');
213211
}
214-
215-
user-select: none;
216212
}
217213

218214
@if $variant == 'indigo' {

0 commit comments

Comments
 (0)