File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid-summary Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
@include m (pinned) {
27
- @extend %igx-grid-summary !optional ;
28
27
@extend %igx-grid-summary--pinned !optional ;
29
28
}
30
29
31
30
@include m (pinned- last) {
32
- @extend %igx-grid-summary--pinned !optional ;
33
31
@extend %igx-grid-summary--pinned-last !optional ;
34
32
}
35
33
36
34
@include m (pinned- first) {
37
- @extend %igx-grid-summary--pinned !optional ;
38
35
@extend %igx-grid-summary--pinned-first !optional ;
39
36
}
40
37
38
+ // TODO check if we need to implement styling for .igx-grid-summary--empty selector
41
39
@include m (empty) {
42
- @extend %igx-grid-summary !optional ;
43
40
@extend %igx-grid-summary--empty !optional ;
44
41
}
45
42
46
43
@include m (fw) {
47
- @extend %igx-grid-summary !optional ;
48
44
@extend %grid-summary--fixed-width !optional ;
49
45
}
50
46
You can’t perform that action at this time.
0 commit comments