在iPhone上单击Safari上的链接时是否可以避免黑色叠加?

Fra*_*sco 1 iphone outline

在iPhone上单击Safari上的链接时是否可以避免黑色叠加?

对于Web版本的Safari,有这样的东西

:focus {
outline: 0;
}
Run Code Online (Sandbox Code Playgroud)

当我点击网页上的任何东西在iPhone上进行野生动物园时,我可以避免看到黑盒子吗?

rpe*_*ich 6

a { -webkit-tap-highlight-color: transparent; }
Run Code Online (Sandbox Code Playgroud)