0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

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-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8; --bs-btn-active-border-color: #5a23c8;
} }
.bd-mode-toggle { .bd-mode-toggle {
z-index: 1500; z-index: 1500;
} }
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}
</style> </style>
{{ range .Page.Params.extra_css }} {{ range .Page.Params.extra_css }}