Skip to content

Commit fbad297

Browse files
author
MPopov
committed
fix(Advanced Filtering): Fix icon colors inside filtering dialog
1 parent b659268 commit fbad297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,10 @@
785785
&%igx-button--fab,
786786
&%igx-button--icon {
787787
color: --var($theme, 'disabled-color');
788+
789+
igx-icon {
790+
color: inherit;
791+
}
788792
}
789793

790794
&%igx-button--raised,

0 commit comments

Comments
 (0)