-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(checkbox): avoid outline cutoff in hidden overflow containers #7887
fix(checkbox): avoid outline cutoff in hidden overflow containers #7887
Conversation
Deploy preview for carbon-elements ready! Built with commit 97cff71 |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 97cff71 https://deploy-preview-7887--carbon-components-react.netlify.app |
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 👍 ✅
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.
Tested and it's working! 💯
Closes #6480
This PR increases checkbox spacing so that the box shadow which appears on focus does not get cut off in containers with hidden overflow
Changelog
Changed
Testing / Reviewing
add
overflow: hidden
to a checkbox container and confirm that the checkbox focus outline is not cut off