gpt4 book ai didi

html - 删除链接的虚线边框

转载 作者:太空宇宙 更新时间:2023-11-04 15:41:01 24 4
gpt4 key购买 nike

如何在焦点模式下删除 a 标签的浅虚线边框?
单击链接时,它会变成虚线。
我设置了 tabindex:-1 ,但它没有意义。

我想知道能不能去掉?

最佳答案

你的意思是:

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

关于html - 删除链接的虚线边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12128131/

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