Skip to content

Commit

Permalink
Make Select show error styling only if user has interacted
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewHEguardian committed Oct 9, 2024
1 parent 407a7ba commit 1dd2f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const select = (select: ThemeSelect): SerializedStyles => css`
${focusHalo};
}
&:invalid {
&:user-invalid {
${errorInput(select)};
}
`;
Expand Down

0 comments on commit 1dd2f9e

Please sign in to comment.