-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Solid pink buttons need a hover effect #2823
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
Comments
Hi @lindapaiste I would like to work on this issue |
Hey @lindapaiste , I have a few options in mind for an equivalent variation of the yellow color. I suggest using #fff001 for the hover state. Additionally, I would like to address the issue and work on resolving it! |
hey I like to solve the issue if you assign me the same. @lindapaiste |
@lindapaiste Hey there! I would like to work on this issue. |
Great, I just assigned it to you.
I’m on board in principle but we need to find something that looks nice. I tried a simple |
Increasing Access
All buttons should have a visible change when hovered so that the user knows that it's hovered.
Feature enhancement details
Gray buttons go to pink when hovered but pink buttons stay pink. We should make it a slightly darker shade of pink to show that it is hovered.
The solid pink button is the
secondary
kind
of theButton
component. It is used in theCookieConsent
dialog and potentially in other places in the future.In the
theme.js
file we would change thehover
colors for thesecondary
button style to be something different. Right now we have the same colors fordefault
andhover
but there's acolors.p5jsActivePink
that we can use. We don't seem to have an equivalent variation of the yellow color for thecontrast
theme so we would need to define one.p5.js-web-editor/client/theme.js
Lines 102 to 112 in e77bc6a
This issue is intended for @haarsh157 but I can't assign it unless they comment 😝
The text was updated successfully, but these errors were encountered: