SPR-908: wrong hover menu-toggle

This commit is contained in:
Silke Pisulla 2017-03-22 14:08:28 +01:00
commit 402465276c

View file

@ -127,6 +127,7 @@
background-color: #fff;
border: 1px solid @color-border;
border-radius: @border-radius;
color: @color-nav;
font-size: 1rem;
text-align: center;
text-decoration: none;
@ -137,13 +138,14 @@
font-size: 1.5rem;
margin: .1rem 0 0;
}
}
&:hover,
&:active,
&:focus {
background-color: @button_color;
border-color: @button_background;
background-color: @color-nav-hover-bg;
border-color: @color-nav-hover;
color: @color-nav-hover;
}
}
}
}