div,
img,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
outline: none;
}
移动端点击按钮链接触发事件时出现高亮和黄色边框
最新推荐文章于 2024-10-24 11:04:20 发布
div,
img,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
outline: none;
}