Skip to content

Commit e32cc8c

Browse files
authored
fix(input-group) filtering icon is not showing if it's not from original material icon set. (#12811)
1 parent 1f31d24 commit e32cc8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@
369369
align-items: center;
370370

371371
igx-icon {
372+
width: sizable(rem(18px), rem(20px), rem(24px)) ;
373+
height: sizable(rem(18px), rem(20px), rem(24px)) ;
372374
font-size: sizable(rem(18px), rem(20px), rem(24px)) !important;
373-
width: auto;
374-
height: auto;
375375
}
376376

377377
@if $indigo-theme {
@@ -393,8 +393,8 @@
393393

394394
igx-icon[igxPrefix],
395395
igx-icon[igxSuffix] {
396-
width: auto;
397-
height: auto;
396+
width: sizable(rem(18px), rem(20px), rem(24px)) ;
397+
height: sizable(rem(18px), rem(20px), rem(24px)) ;
398398
font-size: sizable(rem(18px), rem(20px), rem(24px)) !important;
399399
}
400400
}

0 commit comments

Comments
 (0)