diff --git a/apps/common/main/resources/less/dropdown-menu.less b/apps/common/main/resources/less/dropdown-menu.less index fd66731ce..f0faa74bf 100644 --- a/apps/common/main/resources/less/dropdown-menu.less +++ b/apps/common/main/resources/less/dropdown-menu.less @@ -39,8 +39,8 @@ &:focus, &.focus { outline: 0; - color: @text-normal-pressed-ie; - color: @text-normal-pressed; + color: @text-normal-ie; + color: @text-normal; background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover; } @@ -55,14 +55,14 @@ &.over > a { text-decoration: none; - color: @text-normal-pressed-ie; - color: @text-normal-pressed; + //color: @text-normal-pressed-ie; + //color: @text-normal-pressed; background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover; &:after { - border-left-color: @icon-normal-pressed-ie; - border-left-color: @icon-normal-pressed; + border-left-color: @icon-normal-ie; + border-left-color: @icon-normal; } }