-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 regression with color swatch focus style #14944
Conversation
When you focus a color swatch, the circle around the check is offset. Removing the border that this PR removes, fixes that, and appears to not have any side-effects. I'm not sure how it regressed.
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 for the quick fix @jasmussen LGTM 👍
Thank you. Feel free to merge this one in the appropriate milestone when the checks pass. But otherwise, I'd appreciate a sanity check on why this regressed in the first place. @kjellr any idea? |
Yep, the 666eeb9#diff-9863eacb8cd51ff65e89266486cdc139 That does appear necessary for the tooltip to show up, and your fix here doesn't seem to break anything, so I think we're ok. 👍 I'll merge in and assign to 5.5, alongside that patch. |
When you focus a color swatch, the circle around the check is offset. Removing the border that this PR removes, fixes that, and appears to not have any side-effects. I'm not sure how it regressed.
When you focus a color swatch, the circle around the check is offset. Removing the border that this PR removes, fixes that, and appears to not have any side-effects. I'm not sure how it regressed.
When you focus a color swatch, the circle around the check is offset. Removing the border that this PR removes, fixes that, and appears to not have any side-effects. I'm not sure how it regressed.
When you focus a color swatch, the circle around the check is offset.
Removing the border that this PR removes, fixes that, and appears to not have any side-effects.
I'm not sure how it regressed.
Before:
After: