Skip to content

Commit

Permalink
fix: correct checkbox, radio focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed May 29, 2024
1 parent deee7ed commit d5621e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/newspack-ui/scss/elements/forms/_checkbox-radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
}
}

&:focus {
outline: unset;
}

&:focus-visible {
outline: 2px solid var( --newspack-ui-color-neutral-90 );
outline-offset: 1px;
Expand Down

0 comments on commit d5621e6

Please sign in to comment.