general-library-union 2.7.19 → 2.7.21

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": "2.7.19",
3
+ "version": "2.7.21",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2388,9 +2388,9 @@ li.btn-descarga-masiva a {
2388
2388
  margin: 0 auto;
2389
2389
  width: 100%;
2390
2390
  position: -webkit-sticky;
2391
- position: sticky;
2391
+ // position: sticky;
2392
2392
  top: 60px;
2393
- z-index: 99;
2393
+ // z-index: 99;
2394
2394
  padding: 0;
2395
2395
  }
2396
2396
 
@@ -2673,9 +2673,9 @@ li.btn-descarga-masiva a {
2673
2673
  display: table;
2674
2674
  margin: 0 auto;
2675
2675
  width: 100%;
2676
- position: sticky;
2676
+ // position: sticky;
2677
2677
  top: 60px;
2678
- z-index: 99;
2678
+ // z-index: 99;
2679
2679
  padding: 0;
2680
2680
  }
2681
2681
 
@@ -4812,8 +4812,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4812
4812
  border: solid 1px !important;
4813
4813
  color: #fff;
4814
4814
 
4815
+ span{
4816
+ color: #fff !important;
4817
+ }
4818
+
4815
4819
  &:hover{
4816
- color: #4a4851 !important;
4820
+ background: #4a4851 !important;
4821
+ color: #fff;
4817
4822
  }
4818
4823
 
4819
4824
  }
@@ -4849,6 +4854,7 @@ background: var(--color-75) !important;
4849
4854
 
4850
4855
  &:hover{
4851
4856
  background: #39373f !important;
4857
+ border: solid 1px var(--color-400);
4852
4858
  }
4853
4859
  }
4854
4860