Skip to content

Commit

Permalink
Revert "Make Select show error styling only if user has interacted" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Nov 1, 2024
1 parent 2acac42 commit 78fa8cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-bobcats-prove.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const select = (select: ThemeSelect): SerializedStyles => css`
${focusHalo};
}
&:user-invalid {
&:invalid {
${errorInput(select)};
}
`;
Expand Down

0 comments on commit 78fa8cb

Please sign in to comment.