-
Notifications
You must be signed in to change notification settings - Fork 965
NTP: Update hover colors for context menu #4423
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
Conversation
The hover state is a bit jarring since it's still using the light color. There's a lot more contrast now. How about we add a couple theme colors:
and use a nice light gray for the hover bg? |
Sounds good bur deferring to @karenkliu since it's a design decision. @karenkliu please see screenshot on top of this page and comment above from Pete. |
Agree this should be done; here are the two: |
1e5ad8b
to
1cfd543
Compare
Thanks team, PR updated |
1cfd543
to
b814ea8
Compare
rebased since |
@cezaraugusto not sure if we need to make a new NTP-specific theme just for these values. Right now only I think we should be consistent here, and that component would also get these light / dark / hover values. |
@petemill could you review brave/brave-ui#557 then? |
b814ea8
to
5f0bad5
Compare
PR updated |
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.
Verified by building locally that this looks great- matches mockup provided by @karenkliu 😄
Fix brave/brave-browser#6395
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Assert that in dark mode, widget context menu (see screenshot) is turned black. Should be white in light mode.
Reviewer Checklist:
After-merge Checklist:
changes has landed on.