Merge pull request #5982 from sboursen-scinote/sb_SCI-9020

Fix icon position for form password fields [SCI-9020]
This commit is contained in:
ajugo 2023-08-16 09:47:26 +02:00 committed by GitHub
commit 52f62afe3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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');
});