fix(block-link): improve focus style to meet WCAG 2.2 AA#1621
fix(block-link): improve focus style to meet WCAG 2.2 AA#1621dancormier merged 3 commits intodevelopfrom
Conversation
✅ Deploy Preview for stacks ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@CGuindon That example is kinda misleading. Each link has markup like this: <a href="…" class="s-block-link px0">…</a>Note the I found instances of this in two files (1, 2), so I don't think it's too big of a deal and it's probably something that can be resolved pretty easily in Core by finessing the padding a little. |
giamir
left a comment
There was a problem hiding this comment.
Code changes look good to me. Thanks @dancormier.
I see that there is a small divergence on the focus ring radius between the mockup
and the final result



Resolves STACKS-545