Fix icon position for form password fields [SCI-9020]

This commit is contained in:
sboursen-scinote 2023-08-15 09:54:00 +02:00
parent acb1a034a8
commit dcaf55eeb2

View file

@ -5,7 +5,6 @@ function initShowPassword() {
style="
cursor: pointer;
z-index: 10;
top: ${$(e).position().top}px
"></i>`).insertAfter(e);
$(e).parent().addClass('right-icon');
});