aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-08-21 19:56:18 -0700
committerMark Otto <[email protected]>2016-08-21 19:56:18 -0700
commit07f341e30efbee17679d9e4bc8dc4ac2124a3414 (patch)
tree45aece9bf04843f94b1b0932a76ff5e268797be1 /docs
parentc2b80127640b4ef773d7ab9b8a2f083726872a9f (diff)
downloadbootstrap-07f341e30efbee17679d9e4bc8dc4ac2124a3414.tar.xz
bootstrap-07f341e30efbee17679d9e4bc8dc4ac2124a3414.zip
Fixes #20504: Mention .divider to .dropdown-divider name change
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index b043fbfad..518a142d2 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -111,6 +111,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Simplified dropdown styles to no longer ship with upward or downward facing arrows attached to the dropdown menu.
- Dropdowns can be built with `<div>`s or `<ul>`s now.
- Rebuilt dropdown styles and markup to provide easy, built-in support for `<a>` and `<button>` based dropdown items.
+- Renamed `.divider` to `.dropdown-divider`.
- Dropdown items now require `.dropdown-item`.
- Dropdown toggles no longer require an explicit `<span class="caret"></span>`; this is now provided automatically via CSS's `::after` on `.dropdown-toggle`.