We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79b29d commit 9074b16Copy full SHA for 9074b16
projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss
@@ -200,19 +200,15 @@
200
igx-icon,
201
igc-icon {
202
--component-size: 3;
203
- cursor: pointer;
204
- }
205
206
- > igx-icon,
207
- > igc-icon {
+ cursor: pointer;
+ user-select: none;
208
transition: color .15s $out-quad;
209
color: var-get($theme, 'idle-icon-color');
210
211
&:hover {
212
color: var-get($theme, 'hover-icon-color');
213
}
214
-
215
- user-select: none;
216
217
218
@if $variant == 'indigo' {
0 commit comments