1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

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
This commit is contained in:
Mark Otto
2021-01-13 20:11:18 -08:00
committed by Mark Otto
parent a8aede0df1
commit 987715fd24
2 changed files with 4 additions and 2 deletions

View File

@@ -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);