hover: bg-color for hover
This commit is contained in:
parent
1b08ab7c47
commit
52b93d12e9
3 changed files with 6 additions and 3 deletions
|
@ -41,11 +41,12 @@
|
|||
color: @color-nav;
|
||||
margin-left: -(@icon-size);
|
||||
padding: 0;
|
||||
transition: @transition color, @transition border-color;
|
||||
transition: @transition color, @transition background-color, @transition border-color;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: @button_color;
|
||||
border: solid 1px @button_background;
|
||||
color: @button_background;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue