]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #19732: Mention change to list-group-item class and links/buttons in migration...
authorMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 06:23:02 +0000 (23:23 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 06:23:02 +0000 (23:23 -0700)
docs/migration.md

index 8fea84b8003cfcf5d0e77708fe1c5aff60d99ec0..827901f6a9f74d0afa704fbfd22cca4e8e5c5416 100644 (file)
@@ -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.