We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9463ca8 commit df32cbcCopy full SHA for df32cbc
1 file changed
projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss
@@ -263,6 +263,13 @@
263
padding: 0;
264
}
265
266
+
267
+ &:not(.igx-input-group--disabled){
268
+ %igx-combo__clear-button {
269
+ color: var-get($theme, 'clear-button-foreground');
270
+ background: var-get($theme, 'clear-button-background');
271
+ }
272
273
274
275
%form-group-bundle:not(%form-group-bundle--disabled):focus-within {
0 commit comments