diff options
| author | Julien Déramond <[email protected]> | 2023-09-14 16:01:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 17:01:50 +0300 |
| commit | 8df9899e98118478afad3aa24ef2aa635f027261 (patch) | |
| tree | c79199df21bb88b49f47059b21d29df5bb994fda /site | |
| parent | 256ad91185c5b6979e19fac89134545ca2672bba (diff) | |
| download | bootstrap-8df9899e98118478afad3aa24ef2aa635f027261.tar.xz bootstrap-8df9899e98118478afad3aa24ef2aa635f027261.zip | |
Fix: make theme selector tick icon visible when active in examples layout (#39177)
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/_default/examples.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index 11759a2be..6301acf76 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -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 }} |
