2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add dark mode to docs

This commit is contained in:
Mark Otto
2022-02-16 14:55:43 -08:00
parent 00d45b11e7
commit 540686868a
31 changed files with 526 additions and 99 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
}
// Tooltip and popover demos
document.querySelectorAll('.tooltip-demo')
document.querySelectorAll('.tooltip-demo, .bd-navbar')
.forEach(tooltip => {
new bootstrap.Tooltip(tooltip, {
selector: '[data-bs-toggle="tooltip"]'