Skip to content

Commit 1c00f3c

Browse files
fix(input): change how password toggle is hidden
1 parent 29ec454 commit 1c00f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/input/input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,5 +618,5 @@
618618
*/
619619
:host([disabled]) ::slotted(ion-input-password-toggle),
620620
:host([readonly]) ::slotted(ion-input-password-toggle) {
621-
display: none;
621+
visibility: hidden;
622622
}

0 commit comments

Comments
 (0)