Skip to content

Commit

Permalink
Accessibility Update (#3)
Browse files Browse the repository at this point in the history
Made simple change to prevent users with higher contrasts from experiencing bugs when using the tab key to select buttons, inputs, etc. Reference: https://www.youtube.com/shorts/4B_4WLpbyp8
  • Loading branch information
7agabond committed Nov 7, 2023
1 parent 4d4498b commit b3dc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

&:focus {
outline: none;
outline-color: transparent;
border-color: $hover-bg-color;
}

Expand Down

0 comments on commit b3dc4bc

Please sign in to comment.