diff options
| author | Mark Otto <[email protected]> | 2016-02-08 23:21:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-08 23:21:32 -0800 |
| commit | 09aefaa2afe05f438b99caa63bb888c62c40bf73 (patch) | |
| tree | dca0ae7c26ee426ba784e8a7a63a1b13bf95e1be /scss | |
| parent | a40d94000f68b547845df86c1943b433a888a473 (diff) | |
| download | bootstrap-09aefaa2afe05f438b99caa63bb888c62c40bf73.tar.xz bootstrap-09aefaa2afe05f438b99caa63bb888c62c40bf73.zip | |
Alternate fix to #17965: Updates to use the new class name and adds some basic docs for custom checkbox/radio validation
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 |
