aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-03-04 11:07:31 -0800
committerMark Otto <[email protected]>2018-03-04 11:07:31 -0800
commitc0e1f7dc6e7ebeb54b08c33aaa99028f2dc1dda8 (patch)
treef024eddb0686566f94ea038a243873b01af0a6d8
parenta651d7337b36e2932aae21608bcc1a2c0e8f930d (diff)
downloadbootstrap-c0e1f7dc6e7ebeb54b08c33aaa99028f2dc1dda8.tar.xz
bootstrap-c0e1f7dc6e7ebeb54b08c33aaa99028f2dc1dda8.zip
Fix #25746
-rw-r--r--docs/4.0/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index c99408656..52fd7e55c 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -243,8 +243,8 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
### Labels and badges
-- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
-- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
+- Consolidated `.label` and `.badge` to disambiguate from the `<label>` element and simplify related components.
+- Added `.badge-pill` as modifier for rounded "pill" look.
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
- `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.