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