Skip to content

Commit 995d514

Browse files
committed
fix(combo): align case sensitive icon styling with WC
1 parent 72df18a commit 995d514

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@
165165
%igx-combo__case-icon,
166166
%igx-combo__case-icon--active {
167167
line-height: 0;
168-
169-
igx-icon {
170-
--size: rem(18px);
171-
}
172168
}
173169

174170
// The wrapping element here is needed
@@ -177,6 +173,7 @@
177173
igx-icon {
178174
// Important is needed since the .igx-icon--inactive has !important
179175
color: color($color: 'gray', $variant: 600) !important;
176+
opacity: 1;
180177
}
181178
}
182179

@@ -244,6 +241,13 @@
244241
}
245242
}
246243

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+
247251
.igx-input-group {
248252
%igx-combo__toggle-button {
249253
background: var-get($theme, 'toggle-button-background');

0 commit comments

Comments
 (0)