[stylesheets] repaired some elements fonts color

This commit is contained in:
Maxim Kadushkin 2020-12-18 23:11:18 +03:00
parent c573a68ada
commit e25e4a4cad
3 changed files with 12 additions and 2 deletions

View file

@ -45,6 +45,10 @@
outline-offset: 0;
}
&:hover {
color: @text-normal;
}
&:active, &.active {
-webkit-box-shadow: none;
box-shadow: none;

View file

@ -37,3 +37,9 @@ label {
.user-select {
.user-select(text);
}
.dropdown-menu {
> li > a {
color: @text-normal;
}
}

View file

@ -27,7 +27,7 @@
background-color: var(--highlight-button-pressed);
> a {
color: var(--text-inverse);
color: @text-inverse;
}
}