Fixed selected item background CSS.

This commit is contained in:
Oliver Hamlet
2014-11-13 12:49:30 +00:00
parent 92d5b9675d
commit fd1136fb71
+1 -1
View File
@@ -67,5 +67,5 @@ html /deep/ core-animated-pages {
/* This stops menus keeping the last item clicked highlighted. */
paper-item.core-selected {
background: white;
background: inherit;
}