Browse Source
Dark theme: Fix select triangle not being visible
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/13648/head
Jan-Christoph Borchardt
7 years ago
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with
1 additions and
1 deletions
-
core/css/inputs.scss
|
|
|
@ -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; |
|
|
|
|