Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit de72f70

Browse files
Googlernshahan
authored andcommitted
Implement the cascading status filter UI in the left nav settings component.
Code size diff is a bit large; I will need to work on deferring this component in order to reduce the code size. PiperOrigin-RevId: 175771037
1 parent 612934e commit de72f70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/material_select/_mixins.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@
8585
pointer-events: all;
8686
}
8787
}
88+
89+
@mixin material-select-item-padding($padding) {
90+
::ng-deep material-select-item {
91+
padding: $padding;
92+
}
93+
}
94+

0 commit comments

Comments
 (0)