]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Dropped .radio-inline and .checkbox-inline
authorJonathan <vanillajonathan@users.noreply.github.com>
Thu, 10 Aug 2017 13:15:27 +0000 (15:15 +0200)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 03:42:55 +0000 (20:42 -0700)
Dropped `.radio-inline` and `.checkbox-inline`.

docs/4.0/migration.md

index 101f7f9de07c8e4b05ead1ed9a53bac59db645f4..323d321f625fcfa9f4975ce18d14de186f07b329 100644 (file)
@@ -99,6 +99,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
 - Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively.
 - 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 `.radio-inline` and `.checkbox-inline`.
 - Horizontal forms overhauled:
   - 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">`).