Skip to content

Commit 77e08bc

Browse files
authored
fix(combo): fix hover state for clear icon in disabled combo (#15406)
1 parent 7866856 commit 77e08bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,12 @@
309309
}
310310
}
311311
}
312+
313+
%form-group-bundle {
314+
&:hover {
315+
%igx-combo__clear-button {
316+
color: inherit;
317+
}
318+
}
319+
}
312320
}

0 commit comments

Comments
 (0)