Fix color

This commit is contained in:
OVSharova 2021-08-24 11:37:19 +03:00
parent 76bcdea1e8
commit 9bc917c0ac
3 changed files with 6 additions and 0 deletions

View file

@ -215,6 +215,8 @@
}
&:active{
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
}

View file

@ -248,6 +248,8 @@
background-color: @highlight-button-hover;
}
&:active{
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
}

View file

@ -316,6 +316,8 @@
background-color: @highlight-button-hover;
}
&:active{
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
}