Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thompson <jeremythompson.918@gmail.com>2022-06-07 00:28:23 +0300
committerMark Otto <otto@github.com>2022-06-09 01:44:29 +0300
commit0a3864641b5cbd27a0b7eff153ef661f3eda3802 (patch)
tree54faa69b8ab42e7191ae33295a1db93cb6bf002e
parentd16a16258c5a5456f9f329e95537e8cdb727d8b1 (diff)
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 9750e4e77a..dbeb8f60c8 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