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 ce23395 commit b0756a2Copy full SHA for b0756a2
src/lib/sidenav/drawer.scss
@@ -131,12 +131,10 @@ $mat-drawer-over-drawer-z-index: 4;
131
}
132
133
134
- &.mat-drawer-opening, &.mat-drawer-opened {
135
- &:not(.mat-drawer-side) {
136
- // The elevation of z-16 is noted in the design specifications.
137
- // See https://material.io/guidelines/patterns/navigation-drawer.html#
138
- @include mat-elevation(16);
139
- }
+ &:not(.mat-drawer-side) {
+ // The elevation of z-16 is noted in the design specifications.
+ // See https://material.io/guidelines/patterns/navigation-drawer.html#
+ @include mat-elevation(16);
140
141
142
0 commit comments