style: catch all select[multiple] (#42778)

This commit is contained in:
Frédéric Péters 2020-06-03 14:41:29 +02:00
parent 195d14ee65
commit 331e42c5fd
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ select {
background-size: 1rem auto;
}
select[multiple=multiple] {
select[multiple] {
background: white;
padding-right: 0;
}