Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuanliwei/82c500e41cd688152231 to your computer and use it in GitHub Desktop.
Save yuanliwei/82c500e41cd688152231 to your computer and use it in GitHub Desktop.
html 禁用按钮点击时的默认背景色

html 禁用按钮点击时的默认背景色

-webkit-tap-highlight-color: rgba(255, 0, 0, 0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment