Skip to content

Commit 80245a3

Browse files
authored
Merge pull request #7883 from IgniteUI/SIvanova/change-filtering-icon
style(grid): change the default column header icon for ESF
2 parents 5246730 + a0ade8e commit 80245a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</ng-container>
88
</span>
99
<div class="igx-grid__th-icons" *ngIf="!column.columnGroup">
10-
<igx-icon
10+
<igx-icon
1111
[attr.draggable]="false"
1212
[attr.data-sortIndex]="column.field | sortingIndex:grid.sortingExpressions"
1313
class="sort-icon"
@@ -18,6 +18,6 @@
1818

1919
<igx-icon [ngClass]="filterIconClassName" [attr.draggable]="false" (click)="onFilteringIconClick($event)"
2020
*ngIf="grid.allowFiltering == true && column.filterable && grid.filterMode == 'excelStyleFilter'">
21-
filter_list
21+
more_vert
2222
</igx-icon>
2323
</div>

0 commit comments

Comments
 (0)