diff --git a/manage/incremental-search.js b/manage/incremental-search.js index 5fa6648b..99416784 100644 --- a/manage/incremental-search.js +++ b/manage/incremental-search.js @@ -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;