Hi,
In my project, i’m using Accordion Component and i used some css to customize it.
Until 8.7.4, the result was :
But now, with the latest version 9.0.6, i get this result :
Could you help me to fix that?
Regards,
Hi,
In my project, i’m using Accordion Component and i used some css to customize it.
Until 8.7.4, the result was :
But now, with the latest version 9.0.6, i get this result :
Could you help me to fix that?
Regards,
You can compare your CSS rules to the new accesibility compatible rendering using your browser devtols element inspector - in general links are changed to buttons.
Effectively. And how can i apply my css on this button
By changing CSS rule that targets A element to BUTTON element.
Ok, i was able to change css button :
But the button is not at the end of the accordion menu item as that was in precedent version.
I don’t find to change that. Any idea ?
Finally, i found.
Thanks for your support.