-
Notifications
You must be signed in to change notification settings - Fork 842
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
Improve contrast for EuiCollapsibleNav close link #3465
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_3465/ |
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. I did not review the code but tested this out in the preview link. Navigation worked as expected; design looked as described. Thanks @miukimiu
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, though I have a suggestion around trying to avoid targeting other component specific classes.
Preview documentation changes for this PR: https://eui.elastic.co/pr_3465/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3465/ |
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Preview documentation changes for this PR: https://eui.elastic.co/pr_3465/ |
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.
This behavior and look is much better now 💯
Preview documentation changes for this PR: https://eui.elastic.co/pr_3465/ |
Summary
This PR closes #3402
With this PR I'm improving the contrast for the EuiCollapsibleNav close link.
A few decisions:
<EuiScreenReaderOnly showOnFocus>
component and added a visible focus ring as suggested by @chaos.Checklist
[ ] Props have proper autodocs[ ] Added documentation examples[ ] Checked for breaking changes and labeled appropriately