File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
projects/igniteui-angular/src/lib/core/styles/components/select Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 74
74
}
75
75
}
76
76
77
- @if $variant == ' material' {
78
- .igx-input-group--focused %igx-select__toggle-button {
79
- background : var-get ($theme , ' toggle-button-background-focus' );
80
- color : var-get ($theme , ' toggle-button-foreground-focus' );
81
- }
82
- }
83
-
84
77
@if $variant == ' bootstrap' {
85
78
.igx-input-group--disabled {
86
79
%igx-select__toggle-button {
104
97
}
105
98
}
106
99
100
+ @if $variant == ' material' {
101
+ .igx-input-group--focused %igx-select__toggle-button {
102
+ background : var-get ($theme , ' toggle-button-background-focus' );
103
+ color : var-get ($theme , ' toggle-button-foreground-focus' );
104
+ }
105
+ }
106
+
107
+
107
108
.igx-input-group--disabled {
108
109
%igx-select__toggle-button {
109
110
background : var-get ($theme , ' toggle-button-background-disabled' );
You can’t perform that action at this time.
0 commit comments