Skip to content

Commit a14f403

Browse files
author
MPopov
committed
Bring back empty selector placeholder and add a TODO note.
1 parent 50cc2f3 commit a14f403

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
@extend %igx-grid-summary--pinned-first !optional;
3636
}
3737

38+
// TODO check if we need to implement styling for .igx-grid-summary--empty selector
39+
@include m(empty) {
40+
@extend %igx-grid-summary--empty !optional;
41+
}
42+
3843
@include m(fw) {
3944
@extend %grid-summary--fixed-width !optional;
4045
}

0 commit comments

Comments
 (0)