mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 02:49:29 +08:00
UX: applies correct background to <select> on dark themes (#8234)
This commit is contained in:
parent
4fa1ef0945
commit
3db61aa18a
|
@ -79,6 +79,8 @@ input[type="file"] {
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
background: $secondary;
|
||||||
|
|
||||||
&[multiple],
|
&[multiple],
|
||||||
&[size] {
|
&[size] {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user