Fix: make theme selector tick icon visible when active in examples layout (#39177)

This commit is contained in:
Julien Déramond 2023-09-14 16:01:50 +02:00 committed by GitHub
parent 256ad91185
commit 8df9899e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}