diff --git a/popup/popup.css b/popup/popup.css index 68f0a0f9..631997cb 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -740,6 +740,7 @@ body.disabled #disable-all-icon { vertical-align: middle; } +#find-styles.hidden, body.blocked #installed > *, body.blocked #find-styles-wrapper, body.blocked #write-style-wrapper { diff --git a/popup/search-results.js b/popup/search-results.js index 66c95ee9..320dcd86 100755 --- a/popup/search-results.js +++ b/popup/search-results.js @@ -81,8 +81,8 @@ window.addEventListener('showStyles:done', function _() { } event.preventDefault(); - this.textContent = this.title; - this.title = ''; + // hide search link/icons + this.parentNode.classList.add('hidden'); init(); load();