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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user