Skip to content

Fix accordions in CiviCRM 5.69

bgm requested to merge fixAccordions into main

Fixes issue #10 (closed) cc @Detlev @jon

It also removes the use of custom FontAwesome icons for the collapse/uncollapse icons. It's a small visual difference, but we aim to slowly reduce the amount of custom CSS.

In CiviCRM 5.69 before the fix:

image

With this fix:

image

Comparison with CiviCRM 5.65:

image

I also sent a PR upstream to fix the alignment of the text of the two accordion headers:

https://github.com/civicrm/civicrm-core/pull/29038

Needs a bit more testing to make sure it does not break other parts of CiviCRM.

Edited by bgm

Merge request reports