Skip to content

Commit

Permalink
Merge pull request #2783 from SUI-Components/radioButton-focus-visible
Browse files Browse the repository at this point in the history
feat(components/atom/radioButton): add focus-visible
  • Loading branch information
andresin87 authored Nov 28, 2024
2 parents 215cffa + 8db094c commit 7f39d45
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 100 deletions.
4 changes: 4 additions & 0 deletions components/atom/radioButton/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ $base-class: '.sui-AtomRadioButton';
border-color: $bc-atom-radiobutton-disabled;
cursor: not-allowed;
}

&:focus-visible {
outline: 2px solid transparentize($c-primary, 0.6);
}
}
Loading

0 comments on commit 7f39d45

Please sign in to comment.