We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b02497 commit 5efbe20Copy full SHA for 5efbe20
labs/navigationdrawer/internal/_shared.scss
@@ -11,16 +11,16 @@
11
// go/keep-sorted end
12
13
@mixin styles() {
14
- .md3-navigation-drawer-modal {
+ .md3-navigation-drawer-modal, .md3-navigation-drawer {
15
background-color: var(--_container-color);
16
border-radius: var(--_container-shape);
17
height: var(--_container-height);
18
19
- &.md3-navigation-drawer-modal--opened {
+ &.md3-navigation-drawer-modal--opened, .md3-navigation-drawer--opened {
20
inline-size: var(--_container-width);
21
}
22
23
- .md3-navigation-drawer-modal__slot-content {
+ .md3-navigation-drawer-modal__slot-content, .md3-navigation-drawer__slot-content {
24
min-inline-size: var(--_container-width);
25
max-inline-size: var(--_container-width);
26
0 commit comments