Skip to content

Commit 7e92b07

Browse files
authored
Merge pull request #9100 from IgniteUI/mpopov/grid-symaries-css
refactor(grid-summaries): reduce compiled CSS size
2 parents b0e2942 + 8dee696 commit 7e92b07

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,23 @@
2424
}
2525

2626
@include m(pinned) {
27-
@extend %igx-grid-summary !optional;
2827
@extend %igx-grid-summary--pinned !optional;
2928
}
3029

3130
@include m(pinned-last) {
32-
@extend %igx-grid-summary--pinned !optional;
3331
@extend %igx-grid-summary--pinned-last !optional;
3432
}
3533

3634
@include m(pinned-first) {
37-
@extend %igx-grid-summary--pinned !optional;
3835
@extend %igx-grid-summary--pinned-first !optional;
3936
}
4037

38+
// TODO check if we need to implement styling for .igx-grid-summary--empty selector
4139
@include m(empty) {
42-
@extend %igx-grid-summary !optional;
4340
@extend %igx-grid-summary--empty !optional;
4441
}
4542

4643
@include m(fw) {
47-
@extend %igx-grid-summary !optional;
4844
@extend %grid-summary--fixed-width !optional;
4945
}
5046

0 commit comments

Comments
 (0)