From: Gaƫl Poupard Date: Wed, 29 Apr 2020 18:13:57 +0000 (+0200) Subject: [type=radio] should always be rounded (#30686) X-Git-Tag: v5.0.0-alpha1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bee11300812bbfe46b232a7dfc2c8e6e6f5eee7;p=thirdparty%2Fbootstrap.git [type=radio] should always be rounded (#30686) --- diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss index 3ce001ac75..31f554a41c 100644 --- a/scss/forms/_form-check.scss +++ b/scss/forms/_form-check.scss @@ -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 {