Skip to content

Instantly share code, notes, and snippets.

@logeshpaul
Created April 29, 2014 08:14
Show Gist options
  • Select an option

  • Save logeshpaul/11393753 to your computer and use it in GitHub Desktop.

Select an option

Save logeshpaul/11393753 to your computer and use it in GitHub Desktop.
Disable native focus on tablets and mobiles
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;
-webkit-user-modify: read-write-plaintext-only;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment