-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
confusing icons hover issue fix #2255 #2438
confusing icons hover issue fix #2255 #2438
Conversation
@lindapaiste can you review this pr ? |
I think this is an improvement so I should probably merge it as-is. Just need to load up the branch and run it myself. Since we are no longer showing different icons on hover the CSS could be cleaned up further, if you want to. We can use the JS to return only the one matching icon and remove all of the There are things which are still weird about this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely an improvement! It still feels a bit confusing though, especially because the "+" and "x" icons are so visually similar. Do you think it would be better if we used the ✔️ instead of the "x" for items in the collection?
…klyist/p5.js-web-editor into luckyklyist/confusingIcons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this! :)
Fix Confusing Icons #2255
Changes Made
I've addressed the issue of confusing icons that occurred due to the Sass hover styles. To enhance the user experience, I reorganized the code related to hover-specific styles. Now, users can clearly see whether they've added a sketch without needing to hover over the button.
Screen.Recording.2023-09-14.at.2.52.21.PM.mov
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123