1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

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

@@ -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;