diff options
| author | Mark Otto <[email protected]> | 2016-02-07 22:48:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 22:48:26 -0800 |
| commit | e455b6b8d2cd028d53640f14134f0e8b3f575786 (patch) | |
| tree | 7d3ee33ae188ac37734fb92ec1d29d695d21fd63 /docs/components/forms.md | |
| parent | e589cdbfe9421d58f6c3ff4d2820056983df6def (diff) | |
| parent | e3b55aadea895bdb0910f3ffd3f74d89fee37925 (diff) | |
| download | bootstrap-e455b6b8d2cd028d53640f14134f0e8b3f575786.tar.xz bootstrap-e455b6b8d2cd028d53640f14134f0e8b3f575786.zip | |
Merge branch 'v4-dev' into v4-form-sizing
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index fed3ba399..134bd88c1 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -639,7 +639,7 @@ Bootstrap includes validation styles for danger, warning, and success states on - To use, add `.has-warning`, `.has-danger`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. - Validation icons are `url()`s configured via Sass variables that are applied to `background-image` declarations for each state. - You may use your own base64 PNGs or SVGs by updating the Sass variables and recompiling. -- Icons can also be disabled entirely by changing the variables to `non` or commenting out the source Sass. +- Icons can also be disabled entirely by setting the variables to `none` or commenting out the source Sass. {% comment %} {% callout warning %} |
