mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
Mention dropping of .checkbox/.radio (#23656)
* Mention dropping of .checkbox/.radio * copy edirts
This commit is contained in:
@@ -100,6 +100,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
|
|||||||
- Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now.
|
- Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now.
|
||||||
- Dropped `.help-block` and replaced it with `.form-text` for block-level help text. For inline help text and other flexible options, use utility classes like `.text-muted`.
|
- Dropped `.help-block` and replaced it with `.form-text` for block-level help text. For inline help text and other flexible options, use utility classes like `.text-muted`.
|
||||||
- Dropped `.radio-inline` and `.checkbox-inline`.
|
- Dropped `.radio-inline` and `.checkbox-inline`.
|
||||||
|
- Consolidated `.checkbox` and `.radio` into `.form-check` and the various `.form-check-*` classes.
|
||||||
- Horizontal forms overhauled:
|
- Horizontal forms overhauled:
|
||||||
- Dropped the `.form-horizontal` class requirement.
|
- Dropped the `.form-horizontal` class requirement.
|
||||||
- `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`).
|
- `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`).
|
||||||
|
Reference in New Issue
Block a user