[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;
|
background-color: #FFFFFF;
|
||||||
color: $black;
|
color: $black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $light-grey;
|
background: $light-grey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue