Skip to content

Instantly share code, notes, and snippets.

@adamschwartz
Created October 13, 2013 22:58
Show Gist options
  • Save adamschwartz/6968336 to your computer and use it in GitHub Desktop.
Save adamschwartz/6968336 to your computer and use it in GitHub Desktop.
Unselectable
.unselectable {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment