Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(styles): fix accordion background colors #725

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Conversation

scurker
Copy link
Member

@scurker scurker commented Aug 4, 2022

kudos to @tbusillo for noticing this

The recent cleanup with #723 missed that buttons needed a more specific selector because they also inherit from .ExpandCollapsePanel__trigger. Including the fallback selector will create a higher specificity while allowing the existing classname to be extended.

@scurker scurker requested a review from a team as a code owner August 4, 2022 21:41
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2022

Preview branch generated at https://fix-accordion-color.d1gko6en628vir.amplifyapp.com

Comment on lines +32 to +33
.Accordion__trigger,
button.Accordion__trigger {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment would be nice for posterity

@scurker scurker merged commit e34d0aa into develop Aug 5, 2022
@scurker scurker deleted the fix-accordion-color branch August 5, 2022 16:15
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

Preview branch generated at https://fix-accordion-color.d1gko6en628vir.amplifyapp.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants