Skip to content

Commit

Permalink
fix: Remove outline from radio button (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Mar 30, 2021
1 parent 40d2f87 commit 1c4c476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/radio.scss
Expand Up @@ -79,6 +79,10 @@ $block: #{$fd-namespace}-radio;
left: $fd-radio-inner-content-padding;
}

@include fd-focus() {
outline: none;
}

@include fd-hover() {
&::before {
background-color: var(--sapField_Hover_Background);
Expand Down

0 comments on commit 1c4c476

Please sign in to comment.