]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make check label cursor customizable (#29633)
authorGary PEGEOT <garypegeot@gmail.com>
Thu, 7 Nov 2019 19:02:10 +0000 (19:02 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Nov 2019 19:02:10 +0000 (21:02 +0200)
scss/_custom-forms.scss
scss/_variables.scss

index 7df1688fec9c2c29f6e2223e14583e82fecc0bc3..5eb2bb777191e5007e1eebae0f402c2116d0ea86 100644 (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 {
index 28db6f99433790f02812395a35658267e1e8bd2b..10d1edf00b6ae539c60f5f75e624f6974042fd07 100644 (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;