From 4f2be24ecfb82b64a10770b1ffd7855f51745bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Wed, 13 Sep 2023 23:08:05 +0200 Subject: [PATCH] Fix: make theme selector tick icon visible when active in examples layout --- 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 }}