Closed scottqueen-bixal closed 5 months ago
selected accordions have a background value of #1a4480
#main-content .usa-accordion__button[aria-expanded=true]:not(.bg-secondary) is adding the value of #c9c9c9 when selected
#main-content .usa-accordion__button[aria-expanded=true]:not(.bg-secondary)
navigate to PROD benefits results
select an accordion
looks like it was introduced a few weeks ago
https://github.com/usagov/usagov-2021/blame/eafd3ae259177b4f9de7dc2b42106da1f15906dc/web/themes/custom/usagov/sass/_uswds-theme-custom-styles.scss#L758-L760
confirming contrast ratio report is failing
usagov pr here https://github.com/usagov/usagov-2021/pull/1624
confirming this has been resolved on production
What's expected
selected accordions have a background value of #1a4480
What happened
#main-content .usa-accordion__button[aria-expanded=true]:not(.bg-secondary)
is adding the value of #c9c9c9 when selectedHow to replicate
navigate to PROD benefits results
select an accordion