move filter-selection to manage.css
This commit is contained in:
parent
be50300043
commit
d673354edd
|
@ -30,12 +30,6 @@
|
|||
background-color: var(--input-bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
.filter-selection label + div select {
|
||||
transition: none;
|
||||
}
|
||||
.filter-selection select:not(:focus):not(:hover) {
|
||||
background-color: transparent;
|
||||
}
|
||||
input::-webkit-inner-spin-button {
|
||||
filter: invert(.8);
|
||||
}
|
||||
|
|
|
@ -1175,3 +1175,8 @@ a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (prefers-color-scheme: dark), dark {
|
||||
.filter-selection select:not(:focus) {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user