general-library-union 2.7.19 → 2.7.20

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.20",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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