diff options
| author | Mark Otto <[email protected]> | 2015-08-12 22:12:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 22:14:31 -0700 |
| commit | faacbdb49f31fc0cda07f2ebc3e28cd1e1e3690d (patch) | |
| tree | 9ee67aae53c65d32f7395e632b167c74c87e1c1f /scss | |
| parent | 5e928c7c2b15d002333d831d12e5aaf29b84dc86 (diff) | |
| download | bootstrap-faacbdb49f31fc0cda07f2ebc3e28cd1e1e3690d.tar.xz bootstrap-faacbdb49f31fc0cda07f2ebc3e28cd1e1e3690d.zip | |
Remove .help-block entirely
- Fixes #13267 somewhat.
- Instead of a single, block-level class, let's use a combination of existing elements and classes.
- For block-level help text, use p.text-muted.
- For inline-level help text, use span.text-muted or small.text-muted.
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_forms.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 5266419fd..32c63f75c 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -385,19 +385,6 @@ $form-icon-error: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGl // } -// Help text -// -// Apply to any element you wish to create light text for placement immediately -// below a form control. Use for general help, formatting, or instructional text. - -.help-block { - display: block; // account for any element using help-block - margin-top: .25rem; - margin-bottom: .75rem; - color: lighten($body-color, 25%); // lighten the text some for contrast -} - - // Inline forms // // Make forms appear inline(-block) by adding the `.form-inline` class. Inline |
