From 265605bba04fe64525723b8e486885d1da35e1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Wed, 6 Jan 2021 00:15:59 +0400 Subject: [PATCH] carousel example: Move "active" class on .nav-link element (#32647) (#32647) The "active" CSS class must be on "nav-link" element, see `_navbar.scss`: ```css .nav-link.active { color: $navbar-dark-active-color; } ``` Co-authored-by: XhmikosR --- site/content/docs/5.0/examples/carousel-rtl/index.html | 4 ++-- site/content/docs/5.0/examples/carousel/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.0/examples/carousel-rtl/index.html b/site/content/docs/5.0/examples/carousel-rtl/index.html index 7555fc7836..a446be716e 100644 --- a/site/content/docs/5.0/examples/carousel-rtl/index.html +++ b/site/content/docs/5.0/examples/carousel-rtl/index.html @@ -15,8 +15,8 @@ extra_css: