general-library-union 3.1.8 → 3.1.10

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.8",
3
+ "version": "3.1.10",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -222,8 +222,8 @@
222
222
  border-radius: 4px;
223
223
 
224
224
  &:focus {
225
- outline: 0 none;
226
- border: solid 2px var(--color-400);
225
+ outline: solid 2px var(--color-400);
226
+
227
227
  }
228
228
  }
229
229
  }
@@ -2827,6 +2827,13 @@ li.btn-descarga-masiva a {
2827
2827
  border-radius: 0;
2828
2828
  }
2829
2829
 
2830
+
2831
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
2832
+ outline: 2px solid var(--color-400); /* Añade un contorno al enfocarse */
2833
+ outline-offset: 2px;
2834
+ border-radius:5px;
2835
+ }
2836
+
2830
2837
  .menu-accion-sara .p-menubar .p-menuitem a:hover {
2831
2838
  background: var(--color-75) !important;
2832
2839
  }
@@ -3116,6 +3116,12 @@ li.btn-descarga-masiva a {
3116
3116
  border-radius: 0;
3117
3117
  }
3118
3118
 
3119
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
3120
+ outline: 2px solid var(--color-400); /* Añade un contorno al enfocarse */
3121
+ outline-offset: 2px;
3122
+ border-radius:5px;
3123
+ }
3124
+
3119
3125
  .menu-accion-sara .p-menubar .p-menuitem a:hover {
3120
3126
  background: #2b2b33 !important;
3121
3127
  }