We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeb85c commit eb849d7Copy full SHA for eb849d7
scss/_variables.scss
@@ -631,6 +631,7 @@ $form-check-input-width: 1.25em !default;
631
$form-check-min-height: $font-size-base * $line-height-base !default;
632
$form-check-padding-left: $form-check-input-width + .5em !default;
633
$form-check-margin-bottom: .125rem !default;
634
+$form-check-label-cursor: null !default;
635
636
$form-check-input-active-filter: brightness(90%) !default;
637
scss/forms/_form-check.scss
@@ -95,6 +95,7 @@
95
96
.form-check-label {
97
margin-bottom: 0;
98
+ cursor: $form-check-label-cursor;
99
}
100
101
//
0 commit comments