aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 23:23:02 -0700
committerMark Otto <[email protected]>2016-05-11 23:23:02 -0700
commit15874b7afc62ddacbcd57ad566ba8ef827f040a6 (patch)
tree410120738e4826afcef48cc73f14709d574ad3fa
parenta296975221aeebdf15aeb708ef6a57650ebcc771 (diff)
downloadbootstrap-15874b7afc62ddacbcd57ad566ba8ef827f040a6.tar.xz
bootstrap-15874b7afc62ddacbcd57ad566ba8ef827f040a6.zip
Fixes #19732: Mention change to list-group-item class and links/buttons in migration docs
-rw-r--r--docs/migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 8fea84b80..827901f6a 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -120,6 +120,11 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Overhauled the grid mixins to merge `make-col` and `make-col-span` into a single `make-col` mixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors.
- Added flexbox utility classes for grid system and components.
+### List groups
+
+- Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items.
+-
+
### Navs
- Dropped nearly all `>` selectors for simpler styling via un-nested classes.