Fix styles for IE11

This commit is contained in:
Julia Radzhabova 2022-05-06 11:34:05 +03:00
parent 6f22f43245
commit 78e0cbaad7
2 changed files with 2 additions and 0 deletions

View file

@ -72,6 +72,7 @@
background-color: @highlight-button-pressed; background-color: @highlight-button-pressed;
> a { > a {
color: @text-normal-pressed-ie;
color: @text-normal-pressed; color: @text-normal-pressed;
} }
} }

View file

@ -72,6 +72,7 @@
background-color: @highlight-button-pressed; background-color: @highlight-button-pressed;
> a { > a {
color: @text-normal-pressed-ie;
color: @text-normal-pressed; color: @text-normal-pressed;
} }
} }