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 手机上的 Firefox 浏览器中查看时,我在尝试修改链接的灰色突出显示颜色时遇到问题。
所以说我有一个按钮,它是一个标签,例如:导航,按钮是圆形的。所以当我点击它时,有一个灰色的高亮颜色是方形的,这使它看起来像一个错误。
我试过使用:-webkit-tap-highlight-color: rgba(29, 30, 32, 1); 但当然,这只适用于 Chrome,我似乎找不到 Firefox 的等价物。
这只发生在标签上。
有没有人有任何想法?
谢谢!
放
a:active{background:transparent}
PS。对于 Safari,您也需要设置ontouchstart="return true"它<body>才能正常工作。
ontouchstart="return true"
<body>