Skip to content

Commit

Permalink
fix focus border color
Browse files Browse the repository at this point in the history
  • Loading branch information
carylwyatt committed Aug 7, 2024
1 parent c4bd9af commit 96480a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,12 @@ a:focus-visible {
.bg-secondary button:not(.dropdown-item):focus-visible, .bg-secondary .form-select:focus-visible, .bg-dark .form-control:focus-visible {
outline-offset:0;
}
.form-select:focus, .form-control:focus {
border-color: transparent;
}


.form-check-input, .form-control, .form-select {
&:focus {
border: 1px solid var(--color-neutral-500);
}
}
input.form-control[type],
textarea.form-control {
Expand Down

0 comments on commit 96480a6

Please sign in to comment.