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:
Anders Kaseorg 2023-07-24 12:39:23 -07:00 committed by Tim Abbott
parent cd24620c4a
commit 1b72d5c413
2 changed files with 0 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

View File

@ -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;