diff --git a/projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss index 58e551cb3c5..865c08c571b 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss @@ -263,6 +263,13 @@ padding: 0; } } + + &:not(.igx-input-group--disabled){ + %igx-combo__clear-button { + color: var-get($theme, 'clear-button-foreground'); + background: var-get($theme, 'clear-button-background'); + } + } } %form-group-bundle:not(%form-group-bundle--disabled):focus-within {