diff options
| author | Mark Otto <[email protected]> | 2015-11-12 23:57:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-12 23:57:22 -0800 |
| commit | 763cec82fb37e4567ebe59b90a0139f3b3446e83 (patch) | |
| tree | 17e6948adb52bbaae8d93416330a46e5917dd02b | |
| parent | 0aec084caeb91d0697723c4edf3afb5db706a107 (diff) | |
| parent | 4264621cee139591c2b856c863393b1cdacfb7aa (diff) | |
| download | bootstrap-763cec82fb37e4567ebe59b90a0139f3b3446e83.tar.xz bootstrap-763cec82fb37e4567ebe59b90a0139f3b3446e83.zip | |
Merge pull request #18089 from almirsarajcic/v4-dev
Rename .help-block to .text-help
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 8a59e04f6..eab8063e0 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -5,7 +5,7 @@ @mixin form-control-validation($color) { // Color the label and help text - .help-block, + .text-help, .form-control-label, .radio, .checkbox, |
