[Fix #552] Disable default style for buttons on iOS

This commit is contained in:
Mathieu Magnin 2017-07-20 10:33:21 +02:00
parent 9731683b43
commit cbd9df8f0c

View file

@ -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;