Dear team,
I would like to remove the blue border in the active tab in the accordion (https://paste.pics/9PDH6 )
Thanks and regards,
try this in quick css:
.tab.active_tab,
:focus {
outline: none !important;
}
Thanks Guenni007 it worked. :)
Hi,
Great, I’m glad that @guenni007 could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard