From: Théophile Helleboid - chtitux Date: Tue, 5 Jan 2021 20:15:59 +0000 (+0400) Subject: carousel example: Move "active" class on .nav-link element (#32647) (#32647) X-Git-Tag: v5.0.0-beta2~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265605bba04fe64525723b8e486885d1da35e1f7;p=thirdparty%2Fbootstrap.git 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 --- 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: