reset button appearance in Safari (#413)

This commit is contained in:
Felicio Mununga 2023-06-07 09:44:03 +02:00 committed by GitHub
parent 8ec5bf3bc5
commit f54c22abf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -116,3 +116,10 @@ h6 {
#__next {
isolation: isolate;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: none;
}