aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 16:34:59 -0700
committerMark Otto <[email protected]>2016-05-11 16:34:59 -0700
commit98049e908c99e3df9669722658d77b7c6898379e (patch)
treef8ad3051cc9f014b966d4c063bc69d5ee60a3cf0 /docs
parentd74a897f55ff01258b81e05c94a8126a819b8601 (diff)
downloadbootstrap-98049e908c99e3df9669722658d77b7c6898379e.tar.xz
bootstrap-98049e908c99e3df9669722658d77b7c6898379e.zip
add another note about dropdown styles changing
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 bbb5028b3..48f1178e0 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -107,6 +107,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
### Dropdowns
- Switched from parent selectors to singular classes for all components, modifiers, etc.
+- 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.
- Dropdown items now require `.dropdown-item`.