From 8df9899e98118478afad3aa24ef2aa635f027261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 14 Sep 2023 16:01:50 +0200 Subject: [PATCH] Fix: make theme selector tick icon visible when active in examples layout (#39177) --- site/layouts/_default/examples.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index 11759a2bee42..6301acf76e28 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; + } {{ range .Page.Params.extra_css }}