general-library-union 3.1.20 → 3.1.22
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
|
@@ -2837,10 +2837,8 @@ 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
|
-
|
|
2842
|
-
outline-offset: 2px;
|
|
2843
|
-
border-radius:5px;
|
|
2840
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
|
|
2841
|
+
background-color: var(--color-300);
|
|
2844
2842
|
}
|
|
2845
2843
|
|
|
2846
2844
|
.menu-accion-sara .p-menubar .p-menuitem a:hover {
|