hover: bg-color for hover

This commit is contained in:
Silke Pisulla 2017-01-06 11:51:32 +01:00
commit 52b93d12e9
3 changed files with 6 additions and 3 deletions

View file

@ -109,7 +109,7 @@
} // li
a {
transition: @transition color, @transition border-color;
transition: @transition color, @transition background-color, @transition border-color;
&[aria-expanded="false"] + #plugin__qc__wrapper {
display: none;
@ -118,6 +118,7 @@
&:hover,
&:active,
&:focus {
background-color: @button_color;
border-color: @button_background;
color: @button_background;