Skip to content

Commit

Permalink
refactor: include element focus color in base-overrides (#7401)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh authored Jun 24, 2024
1 parent 5fb0ffb commit 8c221bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DonationForms/resources/styles/_base-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ input[type="email"],
textarea {
&:focus {
border-color: transparent;
--box-shadow: 0 0 0 var(--outline-width) var(--form-element-focus-color);
}
}

0 comments on commit 8c221bd

Please sign in to comment.