general-library-union 3.1.9 → 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
|
@@ -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
|
}
|