Replies: 4 comments 1 reply
-
Might want to provide a bit more context. I can't seem to get the white ring when I focus with your tw-classes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @codesfromshad , Yes, using the provided code, as you see in the input when I focus I can still see white outline around the input while I don't want to see it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
focus-visible:outline-none |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use focus-visible:ring-0 @alamenai |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have an Input and I want to remove the outline when I focus:
This is my current code :
Beta Was this translation helpful? Give feedback.
All reactions