Skip to content

Commit

Permalink
fix(radio): remove focus style for focus-visible
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent 557bbf7 commit f272968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/style/_radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
content: "";
}

&:focus {
&:focus-visible {
@include focus.ods-focus();
}

Expand Down

0 comments on commit f272968

Please sign in to comment.