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
1 changed files with 1 additions and 0 deletions

View File

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