Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在带有 ios 的 safari 中单击链接时,链接周围会出现一个灰色的半透明矩形。是否可以停用此行为?
你当然可以,最简单的方法是使用以下方法:
-webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;
您也可以将其更改为您想要的任何颜色。请记住,指示已按下链接对用户很有帮助。