UI tour fixes and improvements

Update UI tour library
Fix popover padding in tour steps
Add 10px backdrop offset where needed
Refactor tour initialization to use defaults
Make popover-body rule more specific
Update messages.xlf
This commit is contained in:
Tomas Rimkus
2023-07-13 14:28:05 +02:00
committed by shamoon
parent fcd10f2adc
commit c2e9cc9a51
5 changed files with 108 additions and 113 deletions

View File

@@ -560,6 +560,17 @@ body.tour-active .sidebar {
z-index: inherit !important;
}
.tour-step {
.popover-header {
--bs-popover-header-padding-y: .75rem;
}
.popover-body {
// reset ngx-ui-tour overrides
padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x) !important;
}
}
.nav-item.touranchor--is-active a {
font-weight: bold !important;
color: var(--bs-primary);