styles: Unprefix appearance property.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-05 16:49:25 -07:00 committed by Tim Abbott
parent f166f4c28c
commit 56931b68e0
2 changed files with 3 additions and 3 deletions

View File

@ -275,9 +275,9 @@
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
}

View File

@ -1655,7 +1655,7 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
@supports (-moz-appearance: none) {
#settings_page select {
-moz-appearance: none;
appearance: none;
background: hsl(0, 0%, 100%) url(../images/dropdown.png) right / 20px
no-repeat;
padding-right: 20px;