Remove webkit appearance

This commit is contained in:
John O'Nolan 2020-05-31 21:52:39 +07:00 committed by GitHub
parent 3f3477374e
commit dd4dca881e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ button,
select, select,
textarea { textarea {
font: inherit; font: inherit;
-webkit-appearance: none;
} }
fieldset { fieldset {