Hey there!
I cant figure out, how to disable the border around the title box of the nestable accordion.
I tried the follwing things: 0px border in the normal active option of the accordion, also in layout, :active, :focus and :hover state.
I also used this css:
.brxe-twmiag:focus,
.brxe-twmiag:focus-visible,
.brxe-twmiag:focus-within {
outline: none !important;
box-shadow: none !important;
border-color: transparent !important;
}
.brxe-twmiag .bricks-accordion-header:focus,
.brxe-twmiag .bricks-accordion-header:focus-visible,
.brxe-twmiag .bricks-accordion-header:focus-within,
.brxe-twmiag .bricks-accordion-toggle:focus,
.brxe-twmiag .bricks-accordion-toggle:focus-visible,
.brxe-twmiag .bricks-accordion-toggle:focus-within {
outline: none !important;
box-shadow: none !important;
border-color: transparent !important;
}
But nothing works.
There is even a bigger padding (~5px) while opening one of the accordions.
Am I blind and there is a simple solution which I cant see right now?
Thanks for any hint!