diff options
| author | jonnysp <[email protected]> | 2023-09-14 20:49:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 20:49:14 +0200 |
| commit | 9e5e22ad6a993fb1d87b496016604b49aa57e77d (patch) | |
| tree | 092953dd21de653e5770f3f781ffb467b5f072e5 /scss | |
| parent | 344e912d04b5b6a04482113eff20ab416ff01048 (diff) | |
| download | bootstrap-9e5e22ad6a993fb1d87b496016604b49aa57e77d.tar.xz bootstrap-9e5e22ad6a993fb1d87b496016604b49aa57e77d.zip | |
Fix border-radius of some switch variants when rounded is disabled (#38884)
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/forms/_form-check.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss index d3a8fe60d..8a1b639df 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 { |
