Skip to content

Instantly share code, notes, and snippets.

@nasum
Created June 20, 2014 07:42
Show Gist options
  • Save nasum/2d9c0c85c20681157fc7 to your computer and use it in GitHub Desktop.
Save nasum/2d9c0c85c20681157fc7 to your computer and use it in GitHub Desktop.
Android標準ブラウザで要素をタップしたときに出る枠を消す ref: http://qiita.com/tomato360/items/cafaefa689d07f2bc545
body {
-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