-
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(button): update focus styles to use box-shadow #4867
fix(button): update focus styles to use box-shadow #4867
Conversation
Deploy preview for the-carbon-components ready! Built with commit 21ddef7 https://deploy-preview-4867--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 21ddef7 |
Deploy preview for carbon-components-react failed. Built with commit 21ddef7 https://app.netlify.com/sites/carbon-components-react/deploys/5df2c3315d3817ecc5cae791 |
Before anyone merges in, just wanted to confirm that we all checked in different browsers and what-not? Should we check other components that use button as well? @aledavila @abbeyhrt 👀 I'll make sure to do another pass too just to confirm 👍 |
@joshblack I check Safari, Chrome, and FF on Mac and it all looked good! |
Ignore the close! That was on accident haha |
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!
Yes i checked on all browsers in windows .. not mac |
Closes #3919
Closes #3560
Changelog
New
Changed
box-shadow
instead ofoutline
as the offset for outline is unsupported in IE11Removed
Testing / Reviewing