ywana-core8 0.1.95 → 0.1.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/dist/index.css CHANGED
@@ -6782,8 +6782,7 @@ body.datatable2-resizing {
6782
6782
  .textfield2-outlined .textfield2-clear,
6783
6783
  .textfield2-outlined .textfield2-password-toggle {
6784
6784
  /* Para outlined, centramos respecto al input que tiene padding de 1rem */
6785
- top: 50%;
6786
- right: 0.75rem; /* Alineado con el padding del input */
6785
+ top: 3.3rem;
6787
6786
  }
6788
6787
 
6789
6788
  .textfield2-clear:hover,
@@ -6798,20 +6797,6 @@ body.datatable2-resizing {
6798
6797
  top: calc(0.5rem + 1.25rem); /* padding-top reducido + mitad altura input */
6799
6798
  }
6800
6799
 
6801
- .textfield2-password-toggle {
6802
- right: 2.5rem; /* Más espacio para el clear button */
6803
- }
6804
-
6805
- /* When both clear and password toggle are present */
6806
- .textfield2.textfield2-password .textfield2-clear {
6807
- right: 2.5rem;
6808
- }
6809
-
6810
- /* Outlined variant - icon spacing */
6811
- .textfield2-outlined .textfield2-password-toggle {
6812
- right: 2.5rem;
6813
- }
6814
-
6815
6800
  .textfield2-outlined.textfield2-password .textfield2-clear {
6816
6801
  right: 2.5rem;
6817
6802
  }