-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat(core): use focus-visible instead of focus #644
Conversation
🦋 Changeset detectedLatest commit: b269035 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
2b3ec39
to
b8f58f2
Compare
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.
🍹 Not sure if you meant to add apps/core/components/header/index.tsx
Impressive catch, had modified but not saved the file, thanks. |
b8f58f2
to
b269035
Compare
⚡️🏠 Lighthouse reportWe ran Lighthouse against the changes and produced this report. Here's the summary:
Lighthouse ran against https://catalyst-latest-k2jyhpp45-bigcommerce-platform.vercel.app/ |
What/Why?
Use
focus-visible
instead offocus
, so that we retain our focus styles for accessibility purposes, but do not style elements when focused via actions like click or touch events.Testing
Ensured no focus styling is visible when using click or touch events, but remains when navigating via keyboard.