[all] fix bug 448774

This commit is contained in:
Maxim Kadushkin 2021-02-17 19:00:28 +03:00
parent dff0b206df
commit 64dfc35569
3 changed files with 6 additions and 6 deletions

View file

@ -297,7 +297,7 @@
&.selected {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @dropdown-link-active-color;
color: @text-normal-pressed;
}
}
}

View file

@ -70,7 +70,7 @@
background-color: @highlight-button-pressed;
> a {
color: #fff;
color: @text-normal-pressed;
}
}
@ -329,7 +329,7 @@
&.selected {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @dropdown-link-active-color;
color: @text-normal-pressed;
}
}
}

View file

@ -70,7 +70,7 @@
background-color: @highlight-button-pressed;
> a {
color: #fff;
color: @text-normal-pressed;
}
}
@ -193,7 +193,7 @@
&.selected {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @dropdown-link-active-color;
color: @text-normal-pressed;
.settings-icon {
background-position-x: -20px;
@ -397,7 +397,7 @@
&.selected {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @dropdown-link-active-color;
color: @text-normal-pressed;
}
}
}