File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
projects/igniteui-angular/src/lib
core/styles/components/grid Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 558
558
@extend %igx-grid__filtering-row-editing-buttons !optional ;
559
559
}
560
560
561
+ @include e (filtering- row- editing- buttons, $m : small ) {
562
+ @extend %igx-grid__filtering-row-editing-buttons--small !optional ;
563
+ }
564
+
561
565
@include e (filtering- row- main) {
562
566
@extend %igx-grid__filtering-row-main !optional ;
563
567
}
Original file line number Diff line number Diff line change 2646
2646
@include _excel-filtering ($theme , $palette );
2647
2647
@include _advanced-filtering ($theme , $palette );
2648
2648
2649
-
2649
+ %igx-grid__filtering-row-editing-buttons--small ,
2650
2650
%igx-grid__filtering-row-editing-buttons {
2651
2651
display : flex ;
2652
2652
align-items : center ;
2653
+ }
2654
+
2655
+ %igx-grid__filtering-row-editing-buttons {
2656
+ button {
2657
+ igx-icon {
2658
+ margin- #{$right } : 8px ;
2659
+ }
2660
+ }
2661
+ }
2653
2662
2654
- [igxButton = ' icon' ] {
2663
+ %igx-grid__filtering-row-editing-buttons--small {
2664
+ button {
2655
2665
& :not ([disabled ]) {
2656
- color : --var ($theme , ' sorted-header-icon-color' );
2666
+ igx-icon {
2667
+ color : --var ($theme , ' sorted-header-icon-color' );
2668
+ }
2657
2669
}
2658
2670
}
2659
2671
}
2660
2672
}
2661
2673
2674
+
Original file line number Diff line number Diff line change 121
121
< igx-icon > navigate_next</ igx-icon >
122
122
</ button >
123
123
124
- < div #buttonsContainer class =" igx-grid__filtering-row-editing-buttons ">
124
+ < div #buttonsContainer [ngClass] =" isNarrowWidth ? ' igx-grid__filtering-row-editing-buttons--small' : 'igx-grid__filtering-row-editing-buttons' ">
125
125
< button [igxButton] ="isNarrowWidth ? 'icon' : 'flat' " igxRipple (click) ="clearFiltering() " [disabled] ="disabled " [tabindex] ="disabled ">
126
126
< igx-icon > refresh</ igx-icon >
127
127
{{isNarrowWidth ? '' : filteringService.grid.resourceStrings.igx_grid_filter_row_reset}}
You can’t perform that action at this time.
0 commit comments