Skip to content

Commit

Permalink
VACMS-20320: Adss CSS for better browser validation UX
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Jan 22, 2025
1 parent f0b11cc commit 6e7a120
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,10 @@ p.vc-help-text {
margin-top: 0;
}
}

input:user-invalid,
select:user-invalid,
textarea:user-invalid {
border-width: var(--input--error-border-size);
border-color: var(--input--error-border-color);
}

0 comments on commit 6e7a120

Please sign in to comment.