File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
projects/igniteui-angular/src/lib/core/styles/components/combo Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 165
165
%igx-combo__case-icon ,
166
166
%igx-combo__case-icon--active {
167
167
line-height : 0 ;
168
-
169
- igx-icon {
170
- --size : rem (18px );
171
- }
172
168
}
173
169
174
170
// The wrapping element here is needed
175
171
// in order to override the !important rule of .igx-icon--inactive.
176
172
%igx-combo__case-icon {
177
173
igx-icon {
178
- // Important is needed since the .igx-icon--inactive has !important
179
- color : color ($color : ' gray' , $variant : 600 ) !important ;
174
+ --igx-icon-disabled-color : var (--ig-gray-600 );
175
+
176
+ opacity : 1 ;
180
177
}
181
178
}
182
179
244
241
}
245
242
}
246
243
244
+ @if $variant == ' fluent' or $variant == ' bootstrap' {
245
+ %igx-combo__search {
246
+ --igx-input-group-input-suffix-background : transparent ;
247
+ --igx-input-group-input-suffix-background--focused : transparent ;
248
+ }
249
+ }
250
+
247
251
.igx-input-group {
248
252
%igx-combo__toggle-button {
249
253
background : var-get ($theme , ' toggle-button-background' );
You can’t perform that action at this time.
0 commit comments