Skip to content

Commit eb849d7

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Make check label cursor customizable (twbs#29654)
1 parent dbeb85c commit eb849d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scss/_variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ $form-check-input-width: 1.25em !default;
631631
$form-check-min-height: $font-size-base * $line-height-base !default;
632632
$form-check-padding-left: $form-check-input-width + .5em !default;
633633
$form-check-margin-bottom: .125rem !default;
634+
$form-check-label-cursor: null !default;
634635

635636
$form-check-input-active-filter: brightness(90%) !default;
636637

scss/forms/_form-check.scss

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595

9696
.form-check-label {
9797
margin-bottom: 0;
98+
cursor: $form-check-label-cursor;
9899
}
99100

100101
//

0 commit comments

Comments
 (0)