Skip to content

Instantly share code, notes, and snippets.

@coderitual
Last active January 27, 2017 10:47
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 coderitual/1eb496f3fc7656f670ebdc03716dba71 to your computer and use it in GitHub Desktop.
Save coderitual/1eb496f3fc7656f670ebdc03716dba71 to your computer and use it in GitHub Desktop.
.button {
-webkit-touch-callout:none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust:none; /* prevent webkit from resizing text to fit */
-webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
-webkit-user-select:none; /* prevent copy paste, to allow, change 'none' to 'text' */
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment