aboutsummaryrefslogtreecommitdiff
path: root/scss/forms
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-01-13 20:11:18 -0800
committerMark Otto <[email protected]>2021-01-14 19:46:50 -0800
commit987715fd2408f4c65cf477132a5a8ca4bd18a045 (patch)
treede940a9785d4ffd2b767b532aee446057e76898f /scss/forms
parenta8aede0df187b339d88075ea8faf0fafe302e952 (diff)
downloadbootstrap-987715fd2408f4c65cf477132a5a8ca4bd18a045.tar.xz
bootstrap-987715fd2408f4c65cf477132a5a8ca4bd18a045.zip
Drop transition on .form-check, keep on .form-switch
To avoid breaking changes, turns -check-transition to null, then adds a new -switch-transition variable
Diffstat (limited to 'scss/forms')
-rw-r--r--scss/forms/_form-check.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss
index 1d6d87363..b34250a71 100644
--- a/scss/forms/_form-check.scss
+++ b/scss/forms/_form-check.scss
@@ -113,6 +113,7 @@
background-image: escape-svg($form-switch-bg-image);
background-position: left center;
@include border-radius($form-switch-border-radius);
+ @include transition($form-switch-transition);
&:focus {
background-image: escape-svg($form-switch-focus-bg-image);