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

Commit

Permalink
Fix drop shadow to work with rightDrawer attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmoiseev committed Jul 25, 2014
1 parent ef4d4be commit a6af02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-drawer-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ narrow layout
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

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

Expand Down

0 comments on commit a6af02c

Please sign in to comment.