The last selected menu item shouldn't stand out.

This commit is contained in:
Oliver Hamlet
2014-11-13 05:40:47 +00:00
parent e96124c72e
commit 62f67ae8aa
+6
View File
@@ -68,4 +68,10 @@ html /deep/ paper-dialog#progressDialog {
/* This stops transitions from overflowing onto other elements. */
html /deep/ core-animated-pages {
overflow: hidden;
}
/* This stops menus keeping the last item clicked highlighted. */
paper-item.core-selected {
background: white;
}