[themes] fix menu item text color

This commit is contained in:
Maxim Kadushkin 2021-07-29 10:41:56 +03:00
parent 2be088df19
commit 2d41312072

View file

@ -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;