Fix menu styles
This commit is contained in:
parent
1fed5dc207
commit
1af1428d66
|
@ -45,9 +45,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.focus {
|
&.focus {
|
||||||
//text-decoration: none;
|
color: @text-normal-pressed-ie;
|
||||||
//color: @dropdown-link-hover-color;
|
color: @text-normal-pressed;
|
||||||
//background-color: @dropdown-link-hover-bg;
|
background-color: @highlight-button-hover-ie;
|
||||||
|
background-color: @highlight-button-hover;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue