-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(overflow-menu): correct hover color #5513
fix(overflow-menu): correct hover color #5513
Conversation
Deploy preview for carbon-elements ready! Built with commit 5feeb03 |
Deploy preview for carbon-components-react ready! Built with commit 1761e46 https://deploy-preview-5513--carbon-components-react.netlify.com |
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.
LGTM, thanks for taking the time to fix this! 👍 ✅
Deploy preview for carbon-components-react ready! Built with commit 5feeb03 https://deploy-preview-5513--carbon-components-react.netlify.com |
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!
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.
looks good to me pending design review
Co-authored-by: TJ Egan <tw15egan@gmail.com>
Fixes the hover color of the overflow menu trigger.
It was previously changed in #4270 to account for the use in data tables (#3210).
When used standalone the hover color is too dark though. This is especially noticeable when used next to icon buttons.
Changelog
New
$hover-selected-ui
for overflow menus used in data tablesChanged
$hover-selected-ui
to$hover-ui
Testing / Reviewing