File tree 1 file changed +11
-8
lines changed
labs/navigationdrawer/internal
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11
11
// go/keep-sorted end
12
12
13
13
@mixin styles () {
14
- .md3-navigation-drawer-modal {
14
+ .md3-navigation-drawer-modal ,
15
+ .md3-navigation-drawer {
15
16
background-color : var (--_container-color );
16
17
border-radius : var (--_container-shape );
17
18
height : var (--_container-height );
19
+ }
18
20
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
+ }
22
25
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 );
27
30
}
28
31
}
You can’t perform that action at this time.
0 commit comments