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

@ -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;