Skip to content

Commit

Permalink
fix: correct checkbox, radio focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Apr 5, 2024
1 parent 7cd679c commit a260cc5
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 @@ -28,6 +28,10 @@
&:focus {
outline: 1.5px solid var( --newspack-ui-color-neutral-90 );
outline-offset: 1px;

&:not( :checked ) {
border: 0;
}
}

&:disabled {
Expand Down

0 comments on commit a260cc5

Please sign in to comment.