-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Enhance hover effect on console Clear button #2592 #3397
Enhance hover effect on console Clear button #2592 #3397
Conversation
@raclim , it was discussed in the comment section of the issue that changing only the text color is the best option. If you want, I can add a smooth transition similar to how it works for different features in the p5.js web editor. Please share your thoughts on this. |
@raclim I have updated the requested Changes. Please Check them once. ![]() |
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 the update! After looking a bit more closely, I think it might be best to add a few changes, which I made note of. Let me know if you have any questions about them!
@raclim I have Corrected and Updated the file taking reference of the requested changes. |
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 making the changes! I made a few extra adjustments to the formatting to ensure minimal changes, so I think this is good to go.
Fixes #2592
Changes:
For Light Mode :

For Dark Mode :

For High-Contrast Mode :

I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123