[stylesheets] repaired some elements fonts color
This commit is contained in:
parent
c573a68ada
commit
e25e4a4cad
|
@ -45,6 +45,10 @@
|
|||
outline-offset: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: @text-normal;
|
||||
}
|
||||
|
||||
&:active, &.active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
|
|
@ -36,4 +36,10 @@ label {
|
|||
|
||||
.user-select {
|
||||
.user-select(text);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
> li > a {
|
||||
color: @text-normal;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
background-color: var(--highlight-button-pressed);
|
||||
|
||||
> a {
|
||||
color: var(--text-inverse);
|
||||
color: @text-inverse;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue