@visma-swno/vsn-navigation 1.4.0-beta.1 → 1.4.0-beta.2
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.
|
@@ -2493,6 +2493,12 @@ var J = class extends e {
|
|
|
2493
2493
|
.ga-breadcrumb-item--overflow .ga-breadcrumb-item__trigger:hover .ga-breadcrumb-item__label {
|
|
2494
2494
|
text-decoration: none;
|
|
2495
2495
|
}
|
|
2496
|
+
|
|
2497
|
+
/* Override global padding-right-only to apply equal padding on both sides */
|
|
2498
|
+
.ga-breadcrumb-item--link .ga-breadcrumb-item__trigger,
|
|
2499
|
+
.ga-breadcrumb-item--current-page .ga-breadcrumb-item__trigger {
|
|
2500
|
+
padding-inline: calc(0.25rem * var(--ga-base-scaling-factor, 1));
|
|
2501
|
+
}
|
|
2496
2502
|
|
|
2497
2503
|
/* Focus indicator for keyboard navigation inside breadcrumb dropdowns */
|
|
2498
2504
|
.ga-breadcrumb-item__menu .ga-side-navigation__item:focus-visible {
|