aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thompson <[email protected]>2022-06-06 17:28:23 -0400
committerMark Otto <[email protected]>2022-06-08 15:44:29 -0700
commit0a3864641b5cbd27a0b7eff153ef661f3eda3802 (patch)
tree54faa69b8ab42e7191ae33295a1db93cb6bf002e
parentd16a16258c5a5456f9f329e95537e8cdb727d8b1 (diff)
downloadbootstrap-0a3864641b5cbd27a0b7eff153ef661f3eda3802.tar.xz
bootstrap-0a3864641b5cbd27a0b7eff153ef661f3eda3802.zip
Add .active navbar breaking change to 5.0 docs
-rw-r--r--site/content/docs/5.2/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.2/migration.md b/site/content/docs/5.2/migration.md
index 9750e4e77..dbeb8f60c 100644
--- a/site/content/docs/5.2/migration.md
+++ b/site/content/docs/5.2/migration.md
@@ -388,6 +388,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
### Navbars
- <span class="badge bg-danger">Breaking</span> Navbars now require a container within (to drastically simplify spacing requirements and CSS required).
+- <span class="badge bg-danger">Breaking</span> The `.active` class can no longer be applied to `.nav-item`s, it must be applied directly on `.nav-link`s.
### Offcanvas