mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-11 22:45:03 +00:00
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…
x
Reference in New Issue
Block a user