general-library-union 3.0.59 → 3.0.61

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.59",
3
+ "version": "3.0.61",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -142,6 +142,11 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
142
142
  }
143
143
  }
144
144
 
145
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
146
+ color: var(--color-600);
147
+ background: var(--color-85);
148
+ }
149
+
145
150
  @media (max-width:1440px){
146
151
 
147
152
  .p-dropdown .p-dropdown-panel {
@@ -162,6 +162,11 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
162
162
  }
163
163
  }
164
164
 
165
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
166
+ color: var(--color-600);
167
+ background: var(--color-85);
168
+ }
169
+
165
170
 
166
171
  @media (max-width:1440px){
167
172