hide incremental search textarea, 2a6850c0
fixup
This commit is contained in:
parent
2747d3930b
commit
74364b9d63
|
@ -12,6 +12,7 @@ onDOMready().then(() => {
|
|||
oninput: incrementalSearch,
|
||||
});
|
||||
replaceInlineStyle({
|
||||
opacity: '0',
|
||||
position: 'absolute',
|
||||
color: 'transparent',
|
||||
border: '1px solid hsla(180, 100%, 100%, .5)',
|
||||
|
@ -72,6 +73,7 @@ onDOMready().then(() => {
|
|||
replaceInlineStyle({
|
||||
width: focusedLink.offsetWidth + 'px',
|
||||
height: focusedLink.offsetHeight + 'px',
|
||||
opacity: '1',
|
||||
});
|
||||
focusedLink.prepend(input);
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user