Skip to content

Instantly share code, notes, and snippets.

@viko16
Created May 19, 2015 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viko16/15ce10633faddc056ca0 to your computer and use it in GitHub Desktop.
Save viko16/15ce10633faddc056ca0 to your computer and use it in GitHub Desktop.
去除移动端点击时产生的边框 #css
a, button, input{
-webkit-tap-highlight-color:rgba(255,0,0,0);
}
/*
1.去除android a/button/input标签被点击时产生的边框
2.去除ios a标签被点击时产生的半透明灰色背景
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment