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

Commit

Permalink
Drop shadow on the left for the right-drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmoiseev committed Jul 25, 2014
1 parent 479f347 commit ef4d4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core-drawer-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ narrow layout
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

:host(.right-drawer) .narrow-layout > #drawer.core-selected {
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);
}

polyfill-next-selector { content: ':host .narrow-layout > #drawer > [drawer]'; }
.narrow-layout > #drawer > ::content[select="[drawer]"] > * {
border: 0;
Expand Down

0 comments on commit ef4d4be

Please sign in to comment.