general-library-union 3.2.49 → 3.2.50

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.2.49",
3
+ "version": "3.2.50",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2747,6 +2747,10 @@ span{
2747
2747
  background: #fff !important;
2748
2748
  }
2749
2749
 
2750
+ app-listado-solicitud .p-datatable .p-datatable-tbody > tr.p-highlight {
2751
+ background: #fff !important;
2752
+ }
2753
+
2750
2754
  .p-component-overlay {
2751
2755
  background-color: rgb(131 131 131 / 41%) !important;
2752
2756
  }
@@ -4035,6 +4035,11 @@ button:focus-visible {
4035
4035
  background: #1e1e1e !important;
4036
4036
  }
4037
4037
 
4038
+ app-listado-solicitud .p-datatable .p-datatable-tbody > tr.p-highlight {
4039
+ background: #1e1e1e !important;
4040
+ }
4041
+
4042
+
4038
4043
 
4039
4044
  table tr td.flex.justify-content-end.align-items-center button {
4040
4045
  margin: 10px 4px;