aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-09-14 16:01:50 +0200
committerGitHub <[email protected]>2023-09-14 17:01:50 +0300
commit8df9899e98118478afad3aa24ef2aa635f027261 (patch)
treec79199df21bb88b49f47059b21d29df5bb994fda
parent256ad91185c5b6979e19fac89134545ca2672bba (diff)
downloadbootstrap-8df9899e98118478afad3aa24ef2aa635f027261.tar.xz
bootstrap-8df9899e98118478afad3aa24ef2aa635f027261.zip
Fix: make theme selector tick icon visible when active in examples layout (#39177)
-rw-r--r--site/layouts/_default/examples.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html
index 11759a2be..6301acf76 100644
--- a/site/layouts/_default/examples.html
+++ b/site/layouts/_default/examples.html
@@ -89,9 +89,14 @@
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
+
.bd-mode-toggle {
z-index: 1500;
}
+
+ .bd-mode-toggle .dropdown-menu .active .bi {
+ display: block !important;
+ }
</style>
{{ range .Page.Params.extra_css }}