mirror of https://github.com/zulip/zulip.git
styles: Remove Firefox override for dropdown appearance.
The default appearance in modern Firefox is totally fine, and our override was incorrectly changing the dropdown triangle to black for the dark theme. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
cd24620c4a
commit
1b72d5c413
Binary file not shown.
Before Width: | Height: | Size: 370 B |
|
@ -1670,15 +1670,6 @@ $option_title_width: 180px;
|
|||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
#settings_page select {
|
||||
appearance: none;
|
||||
background: hsl(0deg 0% 100%) url("../images/dropdown.png") right / 20px
|
||||
no-repeat;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-field-choices {
|
||||
display: inline-block;
|
||||
|
||||
|
|
Loading…
Reference in New Issue