Skip to content

Commit

Permalink
Make check label cursor customizable (#29633)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryPEGEOT authored and XhmikosR committed Nov 7, 2019
1 parent 0aa6a81 commit 6b7ca12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6b7ca12

Please sign in to comment.