Skip to content

Commit

Permalink
Fix: make theme selector tick icon visible when active in examples la…
Browse files Browse the repository at this point in the history
…yout (#39177)
  • Loading branch information
julien-deramond committed Sep 14, 2023
1 parent 256ad91 commit 8df9899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/layouts/_default/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8df9899

Please sign in to comment.