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
I was unable to remove a very subtle white outline (seems to be a box-shadow) from a checkbox even when using classes border-none focus:ring-0 focus:shadow-none.
I only managed to remove it by adding style="box-shadow: none" to the input.
Browser
Version
Chromium
Version 87.0.4280.66 (Official Build) snap (64-bit)
The text was updated successfully, but these errors were encountered:
Here is an example that shows what's happening: https://play.tailwindcss.com/bz1AKpJywn
I was unable to remove a very subtle white outline (seems to be a
box-shadow
) from a checkbox even when using classesborder-none focus:ring-0 focus:shadow-none
.I only managed to remove it by adding
style="box-shadow: none"
to the input.The text was updated successfully, but these errors were encountered: