-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
This happened to me while using the utility for border colors. I added the focus
variant to the borderColors
module, then used it in an input
:
<input class="border border-white hover:border-grey-light focus:border-grey-dark" type="text" />
It is expected that when the input
is focused, :focus
style is applied whether the mouse is hovering it or not, but :hover
style is prevailing and :focus
style can be seen only when input
is focused and mouse is not hovering.
Metadata
Metadata
Assignees
Labels
No labels