Skip to content

Commit 4806305

Browse files
fix(select): style component using sass theme (#16400)
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
1 parent ecfcb2d commit 4806305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
.igx-input-group.igx-input-group--disabled.igx-input-group--filled,
5757
.igx-input-group.igx-input-group--disabled {
58-
%igx-select__toggle-button {
58+
%form-group-bundle %igx-select__toggle-button {
5959
background: var-get($theme, 'toggle-button-background-disabled');
6060
color: var-get($theme, 'toggle-button-foreground-disabled');
6161
}

0 commit comments

Comments
 (0)