diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/_default/examples.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/_default/examples.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/_default/examples.html b/vendor/twbs/bootstrap/site/layouts/_default/examples.html index 5ec926323..6301acf76 100644 --- a/vendor/twbs/bootstrap/site/layouts/_default/examples.html +++ b/vendor/twbs/bootstrap/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 }} @@ -100,7 +105,7 @@ {{- end }} </head> <body{{ with .Page.Params.body_class }} class="{{ . }}"{{ end }}> - <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> + <svg xmlns="http://www.w3.org/2000/svg" class="d-none"> <symbol id="check2" viewBox="0 0 16 16"> <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/> </symbol> |