SPR-908: wrong hover menu-toggle
This commit is contained in:
parent
a4ac4a3bba
commit
402465276c
1 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue