gpt4 book ai didi

html - Bootstrap 折叠文本装饰

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

对于Bootstrap Collapse Component ,我有一个关于“ Accordion 示例”的问题。我希望在使用时从文本“可折叠组元素”1-3 中删除下划线。默认情况下,它们没有下划线,然后将鼠标悬停在上面时,它们会带有下划线。这是可以修改的:

btn-link:{
text-decoration: none;
}

但是,单击鼠标并将其移开后,下划线会一直存在,直到单击其他内容为止。我将如何删除那里的下划线?检查链接以查看我正在谈论的行为。

最佳答案

只需为 btn-link 添加鼠标悬停

.btn-link:hover, .btn-link, .btn-link:focus{
text-decoration:none;
}

check the demo here

关于html - Bootstrap 折叠文本装饰,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56106381/

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