general-library-union 3.0.50 → 3.0.51

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.50",
3
+ "version": "3.0.51",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3229,6 +3229,12 @@ p.chip {
3229
3229
 
3230
3230
  }
3231
3231
 
3232
+ input:-webkit-autofill {
3233
+ -webkit-box-shadow: 0 0 0 1000px white inset !important;
3234
+ box-shadow: 0 0 0 1000px white inset !important;
3235
+ -webkit-text-fill-color: #000 !important;
3236
+ }
3237
+
3232
3238
  input:-moz-autofill {
3233
3239
  background-color: #fff !important;
3234
3240
  color: #232323 !important;