Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。












想改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。

7年前关闭。



Improve this question




用户单击链接时是否可以删除灰色突出显示?我尝试使用CSS,但是没有用。

最佳答案

找到了使Alpha透明的绝佳解决方案

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

10-06 08:25