general-library-union 2.3.95 → 2.3.96

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.3.95",
3
+ "version": "2.3.96",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -208,6 +208,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
208
208
  border-left: none;
209
209
  }
210
210
 
211
+ #not-found .p-inputgroup input:hover {
212
+ z-index: initial;
213
+ }
214
+
211
215
 
212
216
 
213
217
  #not-found .no-found-input {
@@ -209,6 +209,10 @@ body {
209
209
  border-left: none;
210
210
  }
211
211
 
212
+ #not-found .p-inputgroup input:hover {
213
+ z-index: initial;
214
+ }
215
+
212
216
  #not-found .no-found-input {
213
217
  border-radius: 0px 5px 5px 0px !important;
214
218
  border-left: none !important;