From 529991b5ce33edacb28ebb6d2e6293242f6d2f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 21 May 2024 13:43:46 +0200 Subject: [PATCH] fix(docs): fix minor typos in the migration guide --- site/content/docs/5.3/migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 657bcdfb14..7693c3bb9a 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -73,7 +73,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu - Breaking Checkbox and radio button groups have changed their markup by replacing `.btn-primary` by `.btn-toggle`. Please reflect this modification into your websites. - **Close button** - - Breaking The dark variant of the breadcrumb (`.btn-close-white`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`. + - Breaking The dark variant of the close button (`.btn-close-white`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`. - **Dropdown** - New Rendering has been updated based on the new design specifications for the hover and actives states of dropdown menu items. @@ -965,7 +965,7 @@ Color mode mechanism coming from Bootstrap is available from Boosted v5.3.0. How
  • $kbd-bg-dark$kbd-bg-inverted
  • $kbd-color-dark$kbd-color-inverted
  • $link-color-dark$link-color-inverted
  • -
  • $link-hover-color-dark -> $link-hover-color-inverted
  • +
  • $link-hover-color-dark$link-hover-color-inverted
  • $mark-bg-dark$mark-bg-inverted
  • $mark-color-dark$mark-color-inverted
  • $pre-color-dark$pre-color-inverted