general-library-union 3.1.15 → 3.1.17

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.1.15",
3
+ "version": "3.1.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2837,11 +2837,11 @@ li.btn-descarga-masiva a {
2837
2837
  }
2838
2838
 
2839
2839
 
2840
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
2841
- outline: 2px solid var(--color-400); /* Añade un contorno al enfocarse */
2842
- outline-offset: 2px;
2843
- border-radius:5px;
2844
- }
2840
+ // .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
2841
+ // outline: 2px solid var(--color-400); /* Añade un contorno al enfocarse */
2842
+ // outline-offset: 2px;
2843
+ // border-radius:5px;
2844
+ // }
2845
2845
 
2846
2846
  .menu-accion-sara .p-menubar .p-menuitem a:hover {
2847
2847
  background: var(--color-75) !important;
@@ -3127,7 +3127,7 @@ li.btn-descarga-masiva a {
3127
3127
  }
3128
3128
 
3129
3129
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
3130
- outline: 2px solid var(--color-3 00); /* Añade un contorno al enfocarse */
3130
+ outline: 2px solid var(--color-300); /* Añade un contorno al enfocarse */
3131
3131
  outline-offset: 2px;
3132
3132
  border-radius:5px;
3133
3133
  }