Skip to content

Commit

Permalink
[type=radio] should always be rounded (twbs#30686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and olsza committed Oct 3, 2020
1 parent a69a38a commit 241b038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/forms/_form-check.scss
Expand Up @@ -33,7 +33,8 @@
}

&[type="radio"] {
@include border-radius($form-check-radio-border-radius);
// stylelint-disable-next-line property-blacklist
border-radius: $form-check-radio-border-radius;
}

&:active {
Expand Down

0 comments on commit 241b038

Please sign in to comment.