fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
98 stars 40 forks source link

.gov Banner on Homepage, Datatables #6537

Closed rfultz closed 3 weeks ago

rfultz commented 3 weeks ago

Summary

Moving the accordion initialization to global.js because it didn't exist in home.js but was duped in both init.js and data-init.js. Since we need it on every page, we're moving it to global

Digging in to the .gov banner, I unbolded the datatables version (its font-weight was being overridden by accordion styles).

Required reviewers

Impacted areas of the application

The .gov banner but also every accordion. We should check a few templates.

Screenshots

Not bold

image

It opens again

image

Related PRs

None

How to test