aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-11-29 21:58:56 +0200
committerXhmikosR <[email protected]>2020-12-01 19:17:06 +0200
commit08eb92204e053e55eaa2bab827d8663d7535ad00 (patch)
treee28b9ad241462da2ee7cae253681b76b91d7d179
parent3b015ed34eb229fe361b7d6c21e1c0eed232212a (diff)
downloadbootstrap-08eb92204e053e55eaa2bab827d8663d7535ad00.tar.xz
bootstrap-08eb92204e053e55eaa2bab827d8663d7535ad00.zip
Add to migration docs
-rw-r--r--site/content/docs/5.0/migration.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 437722ad1..7691d20c1 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -17,6 +17,13 @@ toc: true
- Renamed `scale-color()` function to `shift-color()` to avoid collision with Sass's own color scaling function.
+### Components
+
+#### Breadcrumbs
+
+- Simplified the default appearance of breadcrumbs by removing `padding`, `background-color`, and `border-radius`.
+- Added new CSS custom property `--bs-breadcrumb-divider` for easy customization without needing to recompile CSS.
+
## v5.0.0-alpha3
### Browser support
@@ -43,12 +50,6 @@ toc: true
- File inputs now use the `.form-control` class and don't require JavaScript, additional HTML, or additional classes. [See #31955](https://github.com/twbs/bootstrap/pull/31955).
- Added `cursor:pointer` to `.form-control-color` color inputs.
-### Components
-
-#### Breadcrumbs
-
-- Set the default padding to `0`, and the background color and border to `null`, for the `.breadcrumb` styles. These can still be overridden using the `$breadcrumb-padding-x`, `$breadcrumb-padding-y`, `$breadcrumb-bg`, and `$breadcrumb-border-radius` variables.
-
### Utilities
- **Text utilities:**