@visma-swno/vsn-navigation 1.2.0-beta.24 → 1.2.0-beta.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2427,25 +2427,6 @@ var Y = class extends e {
|
|
|
2427
2427
|
text-decoration: none;
|
|
2428
2428
|
}
|
|
2429
2429
|
|
|
2430
|
-
.ga-breadcrumb-item.ga-breadcrumb-item--ancestor .ga-breadcrumb-item__trigger {
|
|
2431
|
-
color: var(--ga-color-text-body);
|
|
2432
|
-
cursor: default;
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
.ga-breadcrumb-item.ga-breadcrumb-item--ancestor .ga-breadcrumb-item__trigger .ga-breadcrumb-item__label {
|
|
2436
|
-
color: var(--ga-color-text-body);
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
.ga-breadcrumb-item.ga-breadcrumb-item--ancestor .ga-breadcrumb-item__trigger:hover {
|
|
2440
|
-
background-color: transparent;
|
|
2441
|
-
color: var(--ga-color-text-body);
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
.ga-breadcrumb-item.ga-breadcrumb-item--ancestor .ga-breadcrumb-item__trigger:hover .ga-breadcrumb-item__label {
|
|
2445
|
-
text-decoration: none;
|
|
2446
|
-
color: var(--ga-color-text-body);
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
2430
|
/* Focus indicator for keyboard navigation inside breadcrumb dropdowns */
|
|
2450
2431
|
.ga-breadcrumb-item__menu .ga-side-navigation__item:focus-visible {
|
|
2451
2432
|
outline: var(--_focus-ring-offset) solid var(--ga-color-border-focus);
|
|
@@ -2633,7 +2614,7 @@ var Y = class extends e {
|
|
|
2633
2614
|
}
|
|
2634
2615
|
_renderLeafAsAncestor(e) {
|
|
2635
2616
|
return n`
|
|
2636
|
-
<div class="ga-breadcrumb-item ga-breadcrumb-item--link
|
|
2617
|
+
<div class="ga-breadcrumb-item ga-breadcrumb-item--link"
|
|
2637
2618
|
aria-describedby=${this._tooltip ? "vsn-breadcrumb-tooltip" : r}
|
|
2638
2619
|
data-tooltip-label="${e.label ?? ""}" @mouseenter=${this._onBreadcrumbMouseEnter}
|
|
2639
2620
|
@mouseleave=${this._onBreadcrumbMouseLeave} @click="${() => this._onLeafAsAncestorClick(e)}">
|