diff options
| author | Mark Otto <[email protected]> | 2016-09-05 11:39:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-09-05 11:39:37 -0700 |
| commit | 7e18498b64a56dea2fccaa6e1cd61d6cbf700beb (patch) | |
| tree | 5c3c899317ab364ca7a0201a8fe8a3f28e93905e /scss | |
| parent | dc5c1421c6ee793bb8b5feced401472de806c70c (diff) | |
| download | bootstrap-7e18498b64a56dea2fccaa6e1cd61d6cbf700beb.tar.xz bootstrap-7e18498b64a56dea2fccaa6e1cd61d6cbf700beb.zip | |
Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)
- Update docs examples to use newer .form-check suite of classes
- Update form validation mixin to use newer classes as well
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_forms.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 026e41e23..b281dd715 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -7,14 +7,8 @@ // Color the label and help text .form-control-feedback, .form-control-label, - .radio, - .checkbox, - .radio-inline, - .checkbox-inline, - &.radio label, - &.checkbox label, - &.radio-inline label, - &.checkbox-inline label, + .form-check-label, + .form-check-inline, .custom-control { color: $color; } |
