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.
可能重复: 如何删除轮廓图像链接?
我正在尝试删除 IE 中的链接大纲。这真的很烦人和难看。我已经尝试了几件事。我的 CSS/SASS 看起来像这样
a { outline: none; outline: 0; &:focus { outline: none; outline: 0; } &:active { outline: none; outline: 0; } }
任何人都有任何提示或技巧。我在 IE9 中进行测试,所以我可能有什么特别之处?
摆脱图像或其他对象的轮廓可以这样完成:
border-style:none;