Design comparison
Solution retrospective
All feedback is welcome and greatly appreciated.
Community feedback
- @Alex-GamaranoPosted 10 months ago
Hi Rebecca, Just a couple of comments. I noticed that in your solution, the '+' and ' - ' buttons/icons are not clickable. I Also noticed that if on accordeon card is open, if you click in another card, the previous one will close, however the icon will not reset to '+'.
On the mobile version, your name and social links desapear to the left.
Best regards,
Alex
0@bccpadgePosted 10 months ago@Alex-Gamarano
Thank you for the feedback.
I added this code below to my script.js file
.accordion__icon{ pointer-events: none; }
I updated the code to reset the plus icon when one panel is open. Also, I added the first expanded option as well.
I decided to keep the tooltip on desktop devices only because it gets in the way on mobile devices.
0
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