mirror of https://github.com/twbs/bootstrap.git
Fix: make theme selector tick icon visible when active in examples layout (#39177)
This commit is contained in:
parent
256ad91185
commit
8df9899e98
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue