Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(drawer): Fix issue where drawer fires opened event twice. (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Nov 1, 2018
1 parent e3ee613 commit 72ef4e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/mdc-drawer/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
}
}

.mdc-drawer--open {
transition: mdc-animation-standard(transform, $mdc-drawer-animation-enter);
}

.mdc-drawer--animate {
transform: translateX(-100%);

Expand Down

0 comments on commit 72ef4e8

Please sign in to comment.