Skip to content

Commit ed2aff0

Browse files
committed
fix(combo): clear button foreground and abckground parameters
1 parent 2b61836 commit ed2aff0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
padding: 0;
264264
}
265265
}
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+
}
266273
}
267274

268275
%form-group-bundle:not(%form-group-bundle--disabled):focus-within {

0 commit comments

Comments
 (0)