general-library-union 3.0.61 → 3.0.63

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.0.61",
3
+ "version": "3.0.63",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -90,7 +90,7 @@
90
90
  border-radius: $inputListItemBorderRadius;
91
91
 
92
92
  &.p-highlight {
93
- color: $highlightTextColor;
93
+ color: var(--color-600);
94
94
  background: $highlightBg;
95
95
  }
96
96
 
@@ -1066,6 +1066,11 @@ margin-left: 10px;
1066
1066
  margin-left: 9%;
1067
1067
  }
1068
1068
 
1069
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
1070
+ color: var(--color-200) !important;
1071
+ background: #4f4f5f !important;
1072
+ }
1073
+
1069
1074
  .layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items > li > div a {
1070
1075
  color: #fff !important;
1071
1076
  }
@@ -103,7 +103,7 @@
103
103
 
104
104
 
105
105
  &.p-highlight {
106
- color: $highlightTextColor;
106
+ color: var(--color-600);
107
107
  background: var(--color-75);
108
108
  }
109
109