File tree Expand file tree Collapse file tree 3 files changed +2
-26
lines changed
projects/igniteui-angular/src/lib
core/styles/components/grid Expand file tree Collapse file tree 3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 554
554
@extend %igx-grid__filtering-row--compact !optional ;
555
555
}
556
556
557
- @include e (filtering- row- buttons) {
558
- @extend %igx-grid__filtering-row-buttons !optional ;
559
- }
560
-
561
557
@include e (filtering- row- editing- buttons) {
562
558
@extend %igx-grid__filtering-row-editing-buttons !optional ;
563
559
}
Original file line number Diff line number Diff line change 2652
2652
align-items : center ;
2653
2653
2654
2654
[igxButton = ' icon' ] {
2655
- display : none ;
2656
- }
2657
-
2658
- @media only screen and (max-width : $mobile-view ) {
2659
- [igxButton ] {
2660
- display : none ;
2661
- }
2662
-
2663
- [igxButton = ' icon' ] {
2664
- display : flex ;
2665
-
2666
- & :not ([disabled ]) {
2667
- color : --var ($theme , ' sorted-header-icon-color' );
2668
- }
2655
+ & :not ([disabled ]) {
2656
+ color : --var ($theme , ' sorted-header-icon-color' );
2669
2657
}
2670
2658
}
2671
2659
}
Original file line number Diff line number Diff line change 130
130
< igx-icon > close</ igx-icon >
131
131
{{filteringService.grid.resourceStrings.igx_grid_filter_row_close}}
132
132
</ button >
133
-
134
- <!-- Visible only under 432px viewport -->
135
- < button igxButton ="icon " igxRipple (click) ="clearFiltering() " [disabled] ="disabled " [tabindex] ="disabled ">
136
- < igx-icon > refresh</ igx-icon >
137
- </ button >
138
- < button #closeButton igxButton ="icon " igxRipple (click) ="close() ">
139
- < igx-icon > close</ igx-icon >
140
- </ button >
141
133
</ div >
You can’t perform that action at this time.
0 commit comments