From: Gary PEGEOT Date: Thu, 7 Nov 2019 19:02:10 +0000 (+0000) Subject: Make check label cursor customizable (#29633) X-Git-Tag: v4.4.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b7ca1234bb5c699804d09126585f317000d1c78;p=thirdparty%2Fbootstrap.git Make check label cursor customizable (#29633) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 7df1688fec..5eb2bb7771 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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 { diff --git a/scss/_variables.scss b/scss/_variables.scss index 28db6f9943..10d1edf00b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;