general-library-union 3.2.79 → 3.2.81

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.2.79",
3
+ "version": "3.2.81",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3495,6 +3495,12 @@ button:focus-visible {
3495
3495
  border-bottom: solid 1px var(--color-85);
3496
3496
  }
3497
3497
 
3498
+ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
3499
+ outline: 0 none;
3500
+ outline-offset: 0;
3501
+ box-shadow: 0 0 0 0.2rem #BFDBFE;
3502
+ }
3503
+
3498
3504
 
3499
3505
  .nomostrar .p-message.p-message-error {
3500
3506
  display: none !important;
@@ -3533,6 +3533,14 @@ p.chip {
3533
3533
  opacity: 0.5;
3534
3534
  }
3535
3535
 
3536
+
3537
+ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
3538
+ outline: 0 none;
3539
+ outline-offset: 0;
3540
+ box-shadow: 0 0 0 0.2rem #BFDBFE;
3541
+ }
3542
+
3543
+
3536
3544
  input::-webkit-search-cancel-button {
3537
3545
  -webkit-appearance: none;
3538
3546
  appearance: none;