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.
当我点击一个链接时,这个光标在活动链接上仍然闪烁,这有点烦人,因为它看起来很糟糕。这个问题有什么解决方案吗,我的意思是任何用于链接的css属性。
据我所知,这是一个浏览器问题。大多数浏览器都可以选择显示插入符号,我猜你不小心打开了它。
您可以尝试使用其他浏览器来查看它是否是客户端问题。在您对代码进行任何更改之前,我会先检查一下。
一定有什么东西覆盖了浏览器的链接样式。将其更改为指针。
a{ cursor: pointer; }