[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;
color: $black;
cursor: pointer;
-webkit-appearance: none;
&:hover {
background: $light-grey;