2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1
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);