Merge pull request #1642 from Safelite/CSR-1887-error-styling-payment-form

CSR-1887 update error styling for payment form.
This commit is contained in:
bmauger 2023-12-15 15:55:01 -05:00 committed by GitHub
commit abe5b6bb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -180,7 +180,7 @@ body .has-error select {
}
body .has-error input:focus,
body .has-error select:focus {
border: 1px solid transparent;
box-shadow: 0 0 0 2.5px #fcbfbb;
}
body .has-error input:hover,
body .has-error select:hover {

View file

@ -193,7 +193,7 @@ body {
select {
border: 1px solid #d4281c;
&:focus {
border: 1px solid transparent;
box-shadow: 0 0 0 2.5px #fcbfbb;
}
&:hover {
border: 1px solid #d4281c;