]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix: make theme selector tick icon visible when active in examples layout (#39177)
authorJulien Déramond <juderamond@gmail.com>
Thu, 14 Sep 2023 14:01:50 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 14:01:50 +0000 (17:01 +0300)
site/layouts/_default/examples.html

index 11759a2bee42a2e64bb5cfc68bef9ba9078ab6bc..6301acf76e28e1ef035d627596b4512b79a0100c 100644 (file)
         --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 }}