Skip to content

Instantly share code, notes, and snippets.

@Rudis1261
Created April 29, 2016 13:05
Show Gist options
  • Save Rudis1261/d0644ae191120f5ddb0fa6a867428dd2 to your computer and use it in GitHub Desktop.
Save Rudis1261/d0644ae191120f5ddb0fa6a867428dd2 to your computer and use it in GitHub Desktop.
Just a couple of properties for mobiles.
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
text-size-adjust: none;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment