UX: applies correct background to <select> on dark themes (#8234)

This commit is contained in:
Joffrey JAFFEUX 2019-10-23 17:10:10 +02:00 committed by GitHub
parent 4fa1ef0945
commit 3db61aa18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,8 @@ input[type="file"] {
select { select {
width: 220px; width: 220px;
background: $secondary;
&[multiple], &[multiple],
&[size] { &[size] {
height: auto; height: auto;