reset button appearance in Safari (#413)
This commit is contained in:
parent
8ec5bf3bc5
commit
f54c22abf0
|
@ -116,3 +116,10 @@ h6 {
|
||||||
#__next {
|
#__next {
|
||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
[type='button'],
|
||||||
|
[type='reset'],
|
||||||
|
[type='submit'] {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue