From a64b98853ea460766f673bb4ba6f44cba9fc13d3 Mon Sep 17 00:00:00 2001 From: Pawel Psztyc Date: Sat, 7 Apr 2018 18:15:37 -0700 Subject: [PATCH] Adding `hover` style for dropdown --- authorization-panel.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authorization-panel.html b/authorization-panel.html index 39471f0..d32d441 100644 --- a/authorization-panel.html +++ b/authorization-panel.html @@ -38,6 +38,10 @@ @apply --arc-font-body1; @apply --empty-info; } + + paper-item:hover { + @apply --paper-item-hover; + }