Add highlighting, move some anchors for visibility

This commit is contained in:
Michael Shamoon
2022-09-26 15:25:10 -07:00
parent 833a301948
commit d19b598371
6 changed files with 60 additions and 41 deletions

View File

@@ -513,12 +513,22 @@ table.table {
}
}
// Tour popovers
// Tour
.tour-active .popover {
min-width: 360px;
margin: 0 .25rem .25rem !important;
}
body.tour-active .row.sticky-top,
body.tour-active .sidebar {
z-index: inherit !important;
}
.nav-link.touranchor--is-active {
font-weight: bold !important;
color: var(--bs-primary);
}
// fix popover carat colors
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] {
border-left-color: var(--pngx-bg-alt);