You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accordions [currently do show the "-" when open](https://github.com/philbuchanan/Accordion-Blocks/blob/master/src/block/index.scss#L77) and the "+" when closed. You can easily change the specific styling of opened vs. closed items via CSS. The intention is to keep the plugin as simple as possible and allow customization via CSS.
This is the current css from the wp repo:
.c-accordion__item.is-selected{border-bottom:1px solid var(--wp-admin-theme-color)!important}
The text was updated successfully, but these errors were encountered:
jcamp
changed the title
Accordions [currently do show the "-" when open](https://github.com/philbuchanan/Accordion-Blocks/blob/master/src/block/index.scss#L77) and the "+" when closed. You can easily change the specific styling of opened vs. closed items via CSS. The intention is to keep the plugin as simple as possible and allow customization via CSS.
Accordions do not show "-" when closed - reopened
Nov 4, 2022
There is a discrepancy between the WordPress repo of your plugin and your source here. The build has not worked correctly and is not using the correct css and perhaps other source? Both 1.5.0 but both look quite different?
Originally posted by @philbuchanan in #165 (comment)
This is the current css from the wp repo:
.c-accordion__item.is-selected{border-bottom:1px solid var(--wp-admin-theme-color)!important}
The text was updated successfully, but these errors were encountered: