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

Commit

Permalink
Adding hover style for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Apr 8, 2018
1 parent a0d7c62 commit a64b988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions authorization-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
@apply --arc-font-body1;
@apply --empty-info;
}

paper-item:hover {
@apply --paper-item-hover;
}
</style>
<div class="auth-container">
<template is="dom-if" if="[[!hasAuthMethods]]">
Expand Down

0 comments on commit a64b988

Please sign in to comment.