1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

Convert tooltips to CSS vars

This commit is contained in:
Mark Otto
2021-07-29 09:21:53 +03:00
committed by Mark Otto
parent 6c40476af9
commit fdcbbe3d92
3 changed files with 70 additions and 27 deletions

View File

@@ -239,6 +239,10 @@
white-space: nowrap;
}
.custom-tooltip {
--bs-tooltip-bg: var(--bs-primary);
}
// Scrollspy demo on fixed height div
.scrollspy-example {
position: relative;