Skip to content

Commit 56b8835

Browse files
committed
refactor(toolbar): color the icon in the advanced filtering button
1 parent 388be51 commit 56b8835

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar/_grid-toolbar-component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
@extend %igx-grid-toolbar__actions !optional;
2424
}
2525

26+
@include e(adv-filter, $m: 'filtered') {
27+
@extend %igx-grid-toolbar__adv-filter--filtered !optional;
28+
}
29+
2630
@include e(dropdown){
2731
@extend %igx-grid-toolbar__dropdown !optional;
2832
}

projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar/_grid-toolbar-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@
303303
}
304304
}
305305

306+
%igx-grid-toolbar__adv-filter--filtered {
307+
color: igx-color(map-get($theme, 'palette'), 'secondary') !important;
308+
}
309+
306310
%igx-grid-toolbar__dropdown {
307311
position: relative;
308312

0 commit comments

Comments
 (0)