2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix --bs-form-check-bg definition

This commit is contained in:
Julien Déramond
2022-12-10 11:03:31 +01:00
committed by Mark Otto
parent ab382104e6
commit fd3da4eb3e
+1 -1
View File
@@ -27,7 +27,7 @@
}
.form-check-input {
--#{$prefix}form-check-bg: #{escape-svg($form-check-input-bg)};
--#{$prefix}form-check-bg: #{$form-check-input-bg};
width: $form-check-input-width;
height: $form-check-input-width;