I have a question about the "Accordion example" in the Bootstrap Collapse Component. My query is regarding removing the underline from the text "Collapsible Group Item" 1-3 when they are activated. Normally, this text is not underlined, but upon hovering, it gets underlined. To address this issue, I tried using the following CSS:
.btn-link {
text-decoration: none;
}
However, after clicking and moving the mouse away, the underline remains until another action is taken. How can I ensure that the underline is removed completely? You can view the behavior I am referring to by visiting the provided link.