【发布时间】:2016-03-23 06:20:31
【问题描述】:
单击时,超链接周围会出现虚线边框。我想删除出现在链接周围的虚线边框(仅在 Firefox 中发生)。我将以下样式应用于锚标记:
a, a:hover, a:link, a:active {
text-decoration: none;
color: #777777;
}
链接显示正常>单击链接>出现此框>单击外部某处时消失
网址:http://www.boxleak.in/ritgan
P.S.:Bootstrap 也包括在内。
【问题讨论】:
-
尝试文字装饰:无!重要;
-
试过了。没用。
-
试试
a:focus { border: none; outline: none; -
@freestock.tk : 谢谢这个作品!!