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 7863e38 commit 715f4a9Copy full SHA for 715f4a9
src/lib/sidenav/sidenav.scss
@@ -17,15 +17,10 @@
17
// section.
18
visibility: hidden;
19
}
20
- &.md-sidenav-closing {
21
- transform: translate3d($close, 0, 0);
22
- }
23
- &.md-sidenav-opening {
24
- @include md-elevation(16);
25
- visibility: visible;
26
- transform: translate3d($open, 0, 0);
27
28
- &.md-sidenav-opened {
+
+ &.md-sidenav-opening, &.md-sidenav-opened {
+ // The elevation of z-16 is noted in the design specifications.
+ // See https://material.io/guidelines/patterns/navigation-drawer.html#
29
@include md-elevation(16);
30
transform: translate3d($open, 0, 0);
31
0 commit comments