Fix active menu items in help panel in IE11

This commit is contained in:
Julia Radzhabova 2022-10-12 16:53:08 +03:00
parent 548ea8f2e6
commit b33739c8b2
3 changed files with 3 additions and 0 deletions

View file

@ -395,6 +395,7 @@
&.selected { &.selected {
background-color: @highlight-button-pressed-ie; background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed; background-color: @highlight-button-pressed;
color: @text-normal-pressed-ie;
color: @text-normal-pressed; color: @text-normal-pressed;
} }
} }

View file

@ -416,6 +416,7 @@
&.selected { &.selected {
background-color: @highlight-button-pressed-ie; background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed; background-color: @highlight-button-pressed;
color: @text-normal-pressed-ie;
color: @text-normal-pressed; color: @text-normal-pressed;
} }
} }

View file

@ -471,6 +471,7 @@
&.selected { &.selected {
background-color: @highlight-button-pressed-ie; background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed; background-color: @highlight-button-pressed;
color: @text-normal-pressed-ie;
color: @text-normal-pressed; color: @text-normal-pressed;
} }
} }