Make check label cursor customizable (#29633)

This commit is contained in:
Gary PEGEOT 2019-11-07 19:02:10 +00:00 committed by XhmikosR
parent 0aa6a81c11
commit 6b7ca1234b
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
margin-bottom: 0;
color: $custom-control-label-color;
vertical-align: top;
cursor: $custom-control-cursor;
// Background-color and (when enabled) gradient
&::before {

View File

@ -526,6 +526,7 @@ $custom-forms-transition: background-color .15s ease-in-out, borde
$custom-control-gutter: .5rem !default;
$custom-control-spacer-x: 1rem !default;
$custom-control-cursor: null !default;
$custom-control-indicator-size: 1rem !default;
$custom-control-indicator-bg: $input-bg !default;