Hello,
We have identified the issue you mentioned. Unfortunately, there isn’t currently an option to change the box shadow color. However, we’ve noted your request and will include an option for this in a future version.
In the meantime, you can disable the box shadow by adding the following custom CSS:
.wp-block-aab-accordion-block.aab__accordion_head--keyboard:focus {
box-shadow: none !important;
}
.wp-block-aab-accordion-block.aab__accordion_container.separate-accordion.keyboard-active {
box-shadow: none !important;
}
.wp-block-aab-accordion-block .aab__accordion_head--keyboard:focus {
box-shadow: none !important;
}
Simply add this CSS to your site to remove the box shadow effect.
Thank you for your understanding and patience!