[themes] fix menu item text color
This commit is contained in:
parent
2be088df19
commit
2d41312072
|
@ -648,7 +648,8 @@
|
|||
&, &:hover, &:focus {
|
||||
background-color: @highlight-button-pressed-ie;
|
||||
background-color: @highlight-button-pressed;
|
||||
color: @dropdown-link-active-color;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
span.color {
|
||||
border-color: @icon-normal-ie;
|
||||
border-color: @icon-normal;
|
||||
|
|
Loading…
Reference in a new issue