Remove background change on hover/active in gr-dropdown

+ Also remove redundant gr-button within gr-account-dropdown.

Change-Id: I5cb4020355289b48be98fa74150092009f07544b
This commit is contained in:
Andrew Bonventre
2017-01-10 12:24:51 -08:00
parent 87cb82f5a1
commit 1bfefed941
2 changed files with 5 additions and 2 deletions

View File

@@ -46,6 +46,11 @@ limitations under the License.
gr-button[link] {
padding: 1em 0;
}
gr-button:focus:not([primary]):not([secondary]),
gr-button:hover:not([primary]):not([secondary]) {
background-color: transparent;
border-color: transparent;
}
ul {
list-style: none;
}