mirror of
https://github.com/status-im/status-web.git
synced 2025-01-11 13:14:28 +00:00
reset button appearance in Safari (#413)
This commit is contained in:
parent
8ec5bf3bc5
commit
f54c22abf0
@ -116,3 +116,10 @@ h6 {
|
||||
#__next {
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
button,
|
||||
[type='button'],
|
||||
[type='reset'],
|
||||
[type='submit'] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user