CSR-1887 update error styling for payment form.

This commit is contained in:
Bryan Mauger 2023-12-15 15:44:07 -05:00
parent b2af82cb3f
commit 1c6865858e
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;