Skip to content

Commit

Permalink
chore: update form styles for checkboxes and radio buttons (#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodine1 committed Aug 22, 2024
1 parent 6b04ff7 commit 4731d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/css/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ input.fake-disabled-input:not([type='submit']):disabled {
color: var(--default-font-color);
}

input[type='checkbox'] {
input[type='checkbox'],
input[type='radio'] {
&:active,
&:focus {
outline: 1px solid var(--grey-150);
Expand Down

0 comments on commit 4731d42

Please sign in to comment.