]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
[type=radio] should always be rounded (#30686)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 29 Apr 2020 18:13:57 +0000 (20:13 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 18:13:57 +0000 (21:13 +0300)
scss/forms/_form-check.scss

index 3ce001ac755bec98ad9c074d7e6a2be1da495d7e..31f554a41cbb86df167b222d69171cd9f15839d3 100644 (file)
@@ -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 {