0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Add $custom-control-label-color variable (#28633)

This commit is contained in:
Shohei Yoshida 2019-04-13 21:06:32 +09:00 committed by XhmikosR
parent a86598e4ff
commit b1b5e87d65
2 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,7 @@
.custom-control-label {
position: relative;
margin-bottom: 0;
color: $custom-control-label-color;
vertical-align: top;
// Background-color and (when enabled) gradient

View File

@ -526,6 +526,8 @@ $custom-control-indicator-box-shadow: $input-box-shadow !default;
$custom-control-indicator-border-color: $gray-500 !default;
$custom-control-indicator-border-width: $input-border-width !default;
$custom-control-label-color: null !default;
$custom-control-indicator-disabled-bg: $input-disabled-bg !default;
$custom-control-label-disabled-color: $gray-600 !default;