general-library-union 3.2.81 → 3.2.82
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.
package/package.json
CHANGED
|
@@ -3498,7 +3498,7 @@ button:focus-visible {
|
|
|
3498
3498
|
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
|
3499
3499
|
outline: 0 none;
|
|
3500
3500
|
outline-offset: 0;
|
|
3501
|
-
box-shadow: 0 0 0 0.2rem
|
|
3501
|
+
box-shadow: 0 0 0 0.2rem var(--color-400);
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
3504
|
|
|
@@ -3537,7 +3537,7 @@ p.chip {
|
|
|
3537
3537
|
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
|
3538
3538
|
outline: 0 none;
|
|
3539
3539
|
outline-offset: 0;
|
|
3540
|
-
box-shadow: 0 0 0 0.2rem
|
|
3540
|
+
box-shadow: 0 0 0 0.2rem var(--color-400);
|
|
3541
3541
|
}
|
|
3542
3542
|
|
|
3543
3543
|
|