mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Make check label cursor customizable (#29633)
This commit is contained in:
parent
0aa6a81c11
commit
6b7ca1234b
@ -76,6 +76,7 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: $custom-control-label-color;
|
color: $custom-control-label-color;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
cursor: $custom-control-cursor;
|
||||||
|
|
||||||
// Background-color and (when enabled) gradient
|
// Background-color and (when enabled) gradient
|
||||||
&::before {
|
&::before {
|
||||||
|
@ -526,6 +526,7 @@ $custom-forms-transition: background-color .15s ease-in-out, borde
|
|||||||
|
|
||||||
$custom-control-gutter: .5rem !default;
|
$custom-control-gutter: .5rem !default;
|
||||||
$custom-control-spacer-x: 1rem !default;
|
$custom-control-spacer-x: 1rem !default;
|
||||||
|
$custom-control-cursor: null !default;
|
||||||
|
|
||||||
$custom-control-indicator-size: 1rem !default;
|
$custom-control-indicator-size: 1rem !default;
|
||||||
$custom-control-indicator-bg: $input-bg !default;
|
$custom-control-indicator-bg: $input-bg !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user