Skip to content

Commit 1822953

Browse files
authored
Merge pull request #7933 from IgniteUI/simeonoff/fix-7929
fix(indigo-theme): filter icon invisible
2 parents 7e33ec6 + 8881880 commit 1822953

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-theme.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151

5252
%grid-excel-icon--filtered {
5353
&.igx-icon {
54-
color: igx-color($palette, 'secondary');
54+
color: if(
55+
$variant == 'indigo-design',
56+
igx-color($palette, 'warn', 500),
57+
igx-color($palette, 'secondary')
58+
);
5559
}
5660
}
5761

0 commit comments

Comments
 (0)