Browse Source

Dark theme: Fix select triangle not being visible

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v16.0.0alpha1
Jan-Christoph Borchardt 5 years ago
parent
commit
db1f1048f9
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/inputs.scss

+ 1
- 1
core/css/inputs.scss View File

@@ -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…
Cancel
Save