Submitted almost 3 years ago
Accordion component using some Bootstrap
@EdwinCacuango
Design comparison
SolutionDesign
Solution retrospective
I have some minor issues changing styles of bootstrap accordion. Meanwhile I left default styles specially them about focus and hover effect. Let me know how to change that!
Community feedback
- @denieldenPosted almost 3 years ago
Hi Edwin,
Good job!
you have to identify the class that assigns the styles you want to change to the
accordion
and overwrite the properties you want to change in your scss.This also applies to the various
:hover
and:focus
states:.accordion-button:focus box-shadow: none
Keep it up :)
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord