在移动 Safari 中点击链接时移除灰色高亮

Avatar of Chris Coyier
Chris Coyier
-webkit-tap-highlight-color: rgba(0,0,0,0);

然后,在 Mobile Safari 中的页面 CSS 中允许 :active 样式生效

document.addEventListener("touchstart", function(){}, true);