2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Convert tooltips to CSS vars

Update _tooltip.scss
This commit is contained in:
Mark Otto
2021-07-29 09:21:53 +03:00
parent 44ea0d6925
commit 5a10362e61
3 changed files with 69 additions and 27 deletions
@@ -233,6 +233,10 @@
white-space: nowrap;
}
.custom-tooltip {
--bs-tooltip-bg: var(--bs-primary);
}
// Scrollspy demo on fixed height div
.scrollspy-example {
position: relative;