2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
@@ -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;