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

Commit 8ad9030

Browse files
author
Marco Scannadinari
committed
remove redundant selector - fixes #39
1 parent 2b78db0 commit 8ad9030

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core-drawer-panel.css

-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ right-drawer: make drawer on the right side
4040
right: 0;
4141
}
4242

43-
.right-drawer.transition > #drawer {
44-
transition: -webkit-transform ease-in-out 0.3s, width ease-in-out 0.3s;
45-
transition: transform ease-in-out 0.3s, width ease-in-out 0.3s;
46-
}
47-
4843
polyfill-next-selector { content: ':host [drawer]'; }
4944
::content[select="[drawer]"] > * {
5045
position: absolute;

0 commit comments

Comments
 (0)