[Fix #552] Disable default style for buttons on iOS
This commit is contained in:
parent
9731683b43
commit
cbd9df8f0c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
background-color: #FFFFFF;
|
||||
color: $black;
|
||||
cursor: pointer;
|
||||
-webkit-appearance: none;
|
||||
|
||||
&:hover {
|
||||
background: $light-grey;
|
||||
|
|
Loading…
Reference in a new issue