mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Merge pull request #5982 from sboursen-scinote/sb_SCI-9020
Fix icon position for form password fields [SCI-9020]
This commit is contained in:
commit
52f62afe3c
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue