general-library-union 3.1.14 → 3.1.16
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
|
@@ -3104,6 +3104,10 @@ li.btn-descarga-masiva a {
|
|
|
3104
3104
|
border-right: solid 1px #3c3c3f;
|
|
3105
3105
|
}
|
|
3106
3106
|
|
|
3107
|
+
.menu-accion-sara ul.p-submenu-list a {
|
|
3108
|
+
padding: 5px 0px !important;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3107
3111
|
.menu-accion-sara .p-menubar .p-menuitem .p-menuitem-icon {
|
|
3108
3112
|
color: var(--color-400) !important;
|
|
3109
3113
|
}
|
|
@@ -3123,7 +3127,7 @@ li.btn-descarga-masiva a {
|
|
|
3123
3127
|
}
|
|
3124
3128
|
|
|
3125
3129
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
|
|
3126
|
-
outline: 2px solid var(--color-
|
|
3130
|
+
outline: 2px solid var(--color-300); /* Añade un contorno al enfocarse */
|
|
3127
3131
|
outline-offset: 2px;
|
|
3128
3132
|
border-radius:5px;
|
|
3129
3133
|
}
|