From 9e5e22ad6a993fb1d87b496016604b49aa57e77d Mon Sep 17 00:00:00 2001 From: jonnysp Date: Thu, 14 Sep 2023 20:49:14 +0200 Subject: [PATCH] Fix border-radius of some switch variants when rounded is disabled (#38884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- scss/forms/_form-check.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {