You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(picker): rename is-focused class to is-keyboardFocused (#2377)
* fix(picker): rename is-focused to is-keyboardFocused
The .is-focused class was being used as if it was .is-keyboardFocused,
in combination with :focus-visible in selectors. Rather than removing the class,
keep it in its renamed form in order for SWC to still be able to convert it to an
attribute and continue testing it via its Storybook control.
This fixes an existing issue on the docs site, where if you click the
picker twice, the focus indicator ring will appear. This is because
the docs site adding the .is-focused class.
Updated the existing story that was labeled "Focused" that was showing
keyboard focused to use the play function, for Chromatic coverage
ref: https://www.chromatic.com/docs/hoverfocus/
0 commit comments