We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dark theme's menu-item hover color is incorrect, in Settings
brave://settings/appearance
Dark
Brave colors
It should be 737ADE per
737ADE
See #16111 (comment) and Figma: https://www.figma.com/file/tLXWGCpNoiJxDZDdpfordj/Desktop-Settings?node-id=491%3A13498
100%
/cc @karenkliu
The text was updated successfully, but these errors were encountered:
Verified FIXED using
FIXED
Steps:
confirmed it's a slightly lighter shade 👍
Also verified via code inspection: https://github.com/brave/brave-core/blob/447cac3e4cba69397a706e987343bcfe12732a40/browser/resources/settings/brave_overrides/settings_menu.js#L122 - color: #737ADE !important;
color: #737ADE !important;
Sorry, something went wrong.
spylogsster
Successfully merging a pull request may close this issue.
Description
Dark theme's menu-item hover color is incorrect, in Settings
Steps to Reproduce
brave://settings/appearance
Dark
fromBrave colors
Actual result:
Expected result:
It should be
737ADE
perSee #16111 (comment) and Figma: https://www.figma.com/file/tLXWGCpNoiJxDZDdpfordj/Desktop-Settings?node-id=491%3A13498
Reproduces how often:
100%
Brave version (brave://version info)
/cc @karenkliu
The text was updated successfully, but these errors were encountered: