[themes] fixed some colors for "classic" theme

This commit is contained in:
Maxim Kadushkin 2021-04-21 17:09:22 +03:00
parent 30148bbd6d
commit ba5c1ba4ab
3 changed files with 6 additions and 4 deletions

View file

@ -358,8 +358,8 @@
&:active:not(.disabled),
&.active:not(.disabled) {
color: @text-normal-ie;
color: @text-normal;
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
}

View file

@ -46,8 +46,8 @@
}
&:hover {
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;
}

View file

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