Skip to content

Commit

Permalink
fix(drawer): Removed extra CSS specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Aug 29, 2018
1 parent 669f265 commit 79b7e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mdc-drawer/dismissible/mdc-drawer-dismissible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

position: relative;

// To level the specificity with app-content selector in `mdc-drawer-width` mixin.
.mdc-drawer.mdc-drawer--closing + & {
.mdc-drawer--closing + & {
@include mdc-rtl-reflexive-box(margin, left, 0);
}
}

0 comments on commit 79b7e43

Please sign in to comment.