mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
Fix --bs-form-check-bg
definition
This commit is contained in:
committed by
Mark Otto
parent
ab382104e6
commit
fd3da4eb3e
@@ -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;
|
||||
|
Reference in New Issue
Block a user