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:
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…
x
Reference in New Issue
Block a user