hover: bg-color for hover
This commit is contained in:
parent
1b08ab7c47
commit
52b93d12e9
3 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue