Skip to content

Instantly share code, notes, and snippets.

@kublaj
Forked from jhafner/no-ios-highlights.css
Created May 31, 2016 11:02
Show Gist options
  • Save kublaj/f2afcb778448c50632b2a4e25f99db83 to your computer and use it in GitHub Desktop.
Save kublaj/f2afcb778448c50632b2a4e25f99db83 to your computer and use it in GitHub Desktop.
Disable Mobile Webkit Highlights
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-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