Skip to content

Commit

Permalink
πŸ› Fix contact form not showing error icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fydar committed Mar 13, 2024
1 parent 4eaa452 commit 0e32a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Fydar.Dev.WebApp/Components/Pages/ContactPage.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ p {
background-clip: content-box;
border: 1px solid var(--color-border-2);
border-radius: 8px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
box-shadow: 0 0 0 500px var(--color-background-1) inset, 0 0 0 0 var(--color-border-select-1);
}
Expand Down Expand Up @@ -136,6 +136,7 @@ p {
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
background-clip: border-box;
}

::deep .form-control:user-invalid:focus,
Expand Down

0 comments on commit 0e32a1c

Please sign in to comment.