general-library-union 3.0.58 → 3.0.59

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.58",
3
+ "version": "3.0.59",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -76,11 +76,6 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
76
76
  background: $inputListItemHoverBg;
77
77
  }
78
78
 
79
- &:focus{
80
- color: $inputListItemTextHoverColor;
81
- background: $inputListItemHoverBg;
82
- }
83
-
84
79
  &.p-highlight {
85
80
  color: $highlightTextColor;
86
81
  background: $highlightBg;
@@ -120,3 +115,8 @@ p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd {
120
115
  right: $buttonIconOnlyWidth + nth($inputPadding, 2);
121
116
  }
122
117
  }
118
+
119
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
120
+ color: var(--color-600);
121
+ background: var(--color-85);
122
+ }
@@ -76,11 +76,6 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
76
76
  background: $inputListItemHoverBg;
77
77
  }
78
78
 
79
- &:focus{
80
- color: $inputListItemTextHoverColor;
81
- background: $inputListItemHoverBg;
82
- }
83
-
84
79
  &.p-highlight {
85
80
  color: $highlightTextColor;
86
81
  background: $highlightBg;
@@ -122,6 +117,6 @@ p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd {
122
117
  }
123
118
 
124
119
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
125
- color: #0c1520;
126
- background: var(--color-100);
120
+ color: var(--color-600);
121
+ background: var(--color-85);
127
122
  }