general-library-union 3.0.62 → 3.0.64

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.62",
3
+ "version": "3.0.64",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1066,6 +1066,16 @@ 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
+
1074
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
1075
+ color: var(--color-200) !important;
1076
+ background: #4f4f5f !important;
1077
+ }
1078
+
1069
1079
  .layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items > li > div a {
1070
1080
  color: #fff !important;
1071
1081
  }