diff options
| author | Mark Otto <[email protected]> | 2016-02-13 18:04:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-13 18:04:51 -0800 |
| commit | 6ec9aa34a4b6d43b593b97f9b207410eff8f0152 (patch) | |
| tree | 9de22eefff352a51d0ef180373c3d28037b70b97 /scss | |
| parent | ceb0e9b69f0d0b1b606073f826b8a9083e8ff347 (diff) | |
| parent | 0c46412a4ce69f1fa8051b5dd73b6cc8401daf87 (diff) | |
| download | bootstrap-6ec9aa34a4b6d43b593b97f9b207410eff8f0152.tar.xz bootstrap-6ec9aa34a4b6d43b593b97f9b207410eff8f0152.zip | |
Merge pull request #19139 from twbs/v4-custom-forms-validation
v4: Validation states on custom forms
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_forms.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index b87429c1b..fde829531 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -14,7 +14,8 @@ &.radio label, &.checkbox label, &.radio-inline label, - &.checkbox-inline label { + &.checkbox-inline label, + .custom-control { color: $color; } // Set the border and box shadow on specific inputs to match |
