ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

Style `core/details` block and make separate from UCSC's accordion block #305

Closed Herm71 closed 6 months ago

Herm71 commented 6 months ago

The UCSC Accordion Block may be in use for some time. Meanwhile, WordPress has introduced a Details Block that performs the same function. With the accordion block, we enqueue an accordion.css file; however, this style-sheet targets the <details> element, rather than a class. The result is that these same styles are applied to the Core Details Block. Moreover, the Accordion Block is developed in a manner that prevents us from targeting it with custom styles via the Theme. We are able to target the Details Block with custom styles, as it is part of Core.

Steps to fix this

Making these changes will allow users to continue using the Accordion Block with it's limited style options, but also utilize the Details block with a few fancy icons.