Dark theme: Fix select triangle not being visible
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
53c077afc9
commit
db1f1048f9
|
@ -230,7 +230,7 @@ select {
|
|||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background: url('../img/actions/triangle-s.svg') no-repeat right 4px center;
|
||||
background: var(--icon-triangle-s-000) no-repeat right 4px center;
|
||||
background-color: inherit;
|
||||
outline: 0;
|
||||
padding-right: 24px !important;
|
||||
|
|
Loading…
Reference in New Issue