mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Make check label cursor customizable (#29654)
This commit is contained in:
parent
dbeb85cb08
commit
eb849d73cd
@ -631,6 +631,7 @@ $form-check-input-width: 1.25em !default;
|
|||||||
$form-check-min-height: $font-size-base * $line-height-base !default;
|
$form-check-min-height: $font-size-base * $line-height-base !default;
|
||||||
$form-check-padding-left: $form-check-input-width + .5em !default;
|
$form-check-padding-left: $form-check-input-width + .5em !default;
|
||||||
$form-check-margin-bottom: .125rem !default;
|
$form-check-margin-bottom: .125rem !default;
|
||||||
|
$form-check-label-cursor: null !default;
|
||||||
|
|
||||||
$form-check-input-active-filter: brightness(90%) !default;
|
$form-check-input-active-filter: brightness(90%) !default;
|
||||||
|
|
||||||
|
@ -95,6 +95,7 @@
|
|||||||
|
|
||||||
.form-check-label {
|
.form-check-label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
cursor: $form-check-label-cursor;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user