Accordion Highlight?

Screen Shot 2022-08-10 at 1.25.12 PM
Is there a way to remove the blue border for the accordion element that is currently selected?

Found it within this forum!

You can add this CSS:

.fl-accordion .fl-accordion-button-label {
outline: none;
}
.fl-accordion .fl-accordion-button-icon {
outline: none;
}

Bear in mind, removing the outline will affect accessibility.

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.