gpt4 book ai didi

css - Glyphicon 奇怪的链接修饰行为

转载 作者:太空宇宙 更新时间:2023-11-03 23:20:54 26 4
gpt4 key购买 nike

谁能解释一下通过 css 文件设置“text-decoration: none”和通过 element.style 设置链接之间的区别?

演示: with icons | with text

当您将鼠标悬停在第一个图标上时(在第一个示例中),您会看到这条小线:

ugly link underline

最佳答案

你只需要一点点修复:

a, a:hover {
text-decoration: none;
}

关于css - Glyphicon 奇怪的链接修饰行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28771360/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com