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

Commit

Permalink
Merge pull request #40 from marcoms/mmredundancy
Browse files Browse the repository at this point in the history
remove redundant selector - fixes #39
  • Loading branch information
frankiefu committed Jan 12, 2015
2 parents 2b78db0 + 8ad9030 commit d53b7b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core-drawer-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ right-drawer: make drawer on the right side
right: 0;
}

.right-drawer.transition > #drawer {
transition: -webkit-transform ease-in-out 0.3s, width ease-in-out 0.3s;
transition: transform ease-in-out 0.3s, width ease-in-out 0.3s;
}

polyfill-next-selector { content: ':host [drawer]'; }
::content[select="[drawer]"] > * {
position: absolute;
Expand Down

0 comments on commit d53b7b0

Please sign in to comment.