Skip to content

Instantly share code, notes, and snippets.

@bergantine
Last active December 9, 2015 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergantine/4340665 to your computer and use it in GitHub Desktop.
Save bergantine/4340665 to your computer and use it in GitHub Desktop.
Remove iOS button styling on an input (SASS + Compass). #html #html5 #safari #safarimobile #ios #button #input #form
input[type="submit"]
+experimental(appearance, none) // safari mobile does funny things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment