@carbon/styles 1.55.1-rc.0 → 1.56.0
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/css/styles.css
CHANGED
|
@@ -7490,6 +7490,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7490
7490
|
transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
7491
7491
|
}
|
|
7492
7492
|
|
|
7493
|
+
.cds--toggle-password-tooltip .cds--popover {
|
|
7494
|
+
inset-inline-start: -2.5rem;
|
|
7495
|
+
}
|
|
7496
|
+
|
|
7493
7497
|
.cds--text-input--sm + .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger {
|
|
7494
7498
|
inline-size: 2rem;
|
|
7495
7499
|
}
|