From: jonnysp Date: Thu, 14 Sep 2023 18:49:14 +0000 (+0200) Subject: Fix border-radius of some switch variants when rounded is disabled (#38884) X-Git-Tag: v5.3.3~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F39192%2Fhead;p=thirdparty%2Fbootstrap.git Fix border-radius of some switch variants when rounded is disabled (#38884) Co-authored-by: Julien Déramond --- diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss index d3a8fe60da..8a1b639dfe 100644 --- a/scss/forms/_form-check.scss +++ b/scss/forms/_form-check.scss @@ -131,7 +131,7 @@ margin-left: $form-switch-padding-start * -1; background-image: var(--#{$prefix}form-switch-bg); background-position: left center; - @include border-radius($form-switch-border-radius); + @include border-radius($form-switch-border-radius, 0); @include transition($form-switch-transition); &:focus {