diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 35d7c7b72e..01d827ff70 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -216,8 +216,6 @@
}
.show > .nav-link,
- .active > .nav-link,
- .nav-link.show,
.nav-link.active {
color: $navbar-light-active-color;
}
@@ -269,8 +267,6 @@
}
.show > .nav-link,
- .active > .nav-link,
- .nav-link.show,
.nav-link.active {
color: $navbar-dark-active-color;
}
diff --git a/site/content/docs/5.0/components/navbar.md b/site/content/docs/5.0/components/navbar.md
index e47833e8bf..bf11527e07 100644
--- a/site/content/docs/5.0/components/navbar.md
+++ b/site/content/docs/5.0/components/navbar.md
@@ -45,8 +45,8 @@ Here's an example of all the sub-components included in a responsive light-theme
- -
- Home
+
-
+ Home
-
Link
@@ -139,8 +139,8 @@ Please note that you should also add the `aria-current` attribute on the `.nav-l
- -
- Home
+
-
+ Home
-
Features
@@ -189,8 +189,8 @@ You may also utilize dropdowns in your navbar nav. Dropdown menus require a wrap
- -
- Home
+
-
+ Home
-
Features
@@ -292,8 +292,8 @@ Mix and match with other components and utilities as needed.
- -
- Home
+
-
+ Home
-
Features
@@ -323,8 +323,8 @@ Theming the navbar has never been easier thanks to the combination of theming cl
- -
- Home
+
-
+ Home
-
Features
@@ -352,8 +352,8 @@ Theming the navbar has never been easier thanks to the combination of theming cl
- -
- Home
+
-
+ Home
-
Features
@@ -381,8 +381,8 @@ Theming the navbar has never been easier thanks to the combination of theming cl
- -
- Home
+
-
+ Home
-
Features
@@ -500,8 +500,8 @@ With no `.navbar-brand` shown in lowest breakpoint:
Hidden brand
- -
- Home
+
-
+ Home
-
Link
@@ -530,8 +530,8 @@ With a brand name shown on the left and toggler on the right:
- -
- Home
+
-
+ Home
-
Link
@@ -560,8 +560,8 @@ With a toggler on the left and brand name on the right:
Navbar