Skip to content

Commit 2f828db

Browse files
authored
fix(combo): fix hover state for clear icon in disabled combo (#15405)
1 parent 4194039 commit 2f828db

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

+8
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,12 @@
310310
}
311311
}
312312
}
313+
314+
%form-group-bundle {
315+
&:hover {
316+
%igx-combo__clear-button {
317+
color: inherit;
318+
}
319+
}
320+
}
313321
}

0 commit comments

Comments
 (0)