mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-18 22:58:53 +08:00
Fix icon position for form password fields [SCI-9020]
This commit is contained in:
parent
acb1a034a8
commit
dcaf55eeb2
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ function initShowPassword() {
|
||||||
style="
|
style="
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
top: ${$(e).position().top}px
|
|
||||||
"></i>`).insertAfter(e);
|
"></i>`).insertAfter(e);
|
||||||
$(e).parent().addClass('right-icon');
|
$(e).parent().addClass('right-icon');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue