File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
labs/navigationdrawer/internal Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1111// go/keep-sorted end
1212
1313@mixin styles () {
14- .md3-navigation-drawer-modal {
14+ .md3-navigation-drawer-modal ,
15+ .md3-navigation-drawer {
1516 background-color : var (--_container-color );
1617 border-radius : var (--_container-shape );
1718 height : var (--_container-height );
19+ }
1820
19- & .md3-navigation-drawer-modal--opened {
20- inline-size : var (--_container-width );
21- }
21+ .md3-navigation-drawer-modal.md3-navigation-drawer-modal--opened ,
22+ .md3-navigation-drawer.md3-navigation-drawer--opened {
23+ inline-size : var (--_container-width );
24+ }
2225
23- .md3-navigation-drawer-modal__slot-content {
24- min-inline-size : var ( --_container-width );
25- max -inline-size : var (--_container-width );
26- }
26+ .md3-navigation-drawer-modal .md3-navigation-drawer-modal__slot-content ,
27+ .md3-navigation-drawer .md3-navigation-drawer__slot-content {
28+ min -inline-size : var (--_container-width );
29+ max-inline-size : var ( --_container-width );
2730 }
2831}
You can’t perform that action at this time.
0 commit comments