general-library-union 3.0.42 → 3.0.44

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.42",
3
+ "version": "3.0.44",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3225,7 +3225,9 @@ p.chip {
3225
3225
  -webkit-text-fill-color: #232323 !important;
3226
3226
  background-color:#fff !important;
3227
3227
  background-clip: text !important;
3228
- box-shadow: none !important;
3228
+ -webkit-box-shadow: 0 0 0 1000px white inset !important;
3229
+ box-shadow: 0 0 0 1000px white inset !important;
3230
+ -webkit-text-fill-color: #000 !important; /* Cambia esto si necesitas otro color para el texto
3229
3231
  }
3230
3232
 
3231
3233
  input:-moz-autofill {
@@ -863,10 +863,6 @@ body {
863
863
  color: #fff !important
864
864
  }
865
865
 
866
- .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
867
- color: #b1b1b1 !important;
868
- }
869
-
870
866
 
871
867
  li.p-element.p-steps-item.p-highlight.p-steps-current .p-steps-number {
872
868
  background-color: var(--color-400) !important;