Skip to content

Commit 5974ae7

Browse files
fix(combo): clear button foreground and abckground parameters (#15944)
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
1 parent cefacca commit 5974ae7

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
@@ -301,6 +301,13 @@
301301
padding: 0;
302302
}
303303
}
304+
305+
&:not(.igx-input-group--disabled){
306+
%igx-combo__clear-button {
307+
color: var-get($theme, 'clear-button-foreground');
308+
background: var-get($theme, 'clear-button-background');
309+
}
310+
}
304311
}
305312

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

0 commit comments

Comments
 (0)