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
focus: applies after you click on the checkbox with a mouse while focus-visible: (default behavior for interactive elements) only applies if you focus on the element using the tab key. Right now @tailwindcss/forms uses focus: and I think it'd be better to use focus-visible: instead
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
focus:
applies after you click on the checkbox with a mouse whilefocus-visible:
(default behavior for interactive elements) only applies if you focus on the element using the tab key. Right now @tailwindcss/forms usesfocus:
and I think it'd be better to usefocus-visible:
insteadBeta Was this translation helpful? Give feedback.
All reactions