Skip to content

Instantly share code, notes, and snippets.

@mokargas
Last active December 29, 2015 07:09
Show Gist options
  • Save mokargas/7fa5e84c617890cf5b52 to your computer and use it in GitHub Desktop.
Save mokargas/7fa5e84c617890cf5b52 to your computer and use it in GitHub Desktop.
Disable selection and cursor
//TODO: Some of these prefixes need can probably be removed.
.disable-selection{
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
cursor:none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment