-
Notifications
You must be signed in to change notification settings - Fork 226
Cannot disable radio outlines #32
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
Comments
Outlines are already disabled for all form elements using this package. The outline you see come from the "ring" utilities. You can use "focus:ring-0" to remove it for example. |
If I'm misunderstanding please provide an actual reproduction that shows the problem and I can look into it. |
Thanks, @adamwathan! That definitely got rid of the exterior ring. Not necessarily the same thing, but do you have any sense of what this interior outline is and how to remove it?
|
Looks like maybe it is coming from the way outline-none is handled. If I apply a custom css selector with |
When using this package it seems to cause any classes like
focus:outline-none
or project wide configuration for outlines such as:to be ignored.
The text was updated successfully, but these errors were encountered: