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.
单击链接时如何消除发光?对于 Android 2.3、Safari/533.1 示例http://pic.lg.ua/l/VR6im/fTYa89/2
在您的 CSS 中:
-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
a:active{outline: none;}可能会更好
a:active{outline: none;}
:focus 用于当您点击链接以及其他实例时。
单击时,该元素具有伪类 :active。