From 50a97c9152ccf4ba7e1fd7049248a1c74872508a Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 27 Apr 2021 23:36:29 +0300 Subject: [PATCH] [themes] fixed dropdown menu style --- apps/common/main/resources/less/dropdown-menu.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; } }