Why are we showing focus rings on mobile screens? #1432
kumarasinghe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Shadcn components by default render a focus ring on components on mobile screens. In general, focus rings are intended for non-touch screens. On touch screens, we do not focus on elements but directly interact with them. I believe this should be the case for default components.
I'm more than happy to raise a PR if this makes sense.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions