diff --git a/css/searchbar.css b/css/searchbar.css index 41e3c2b49..f1c5b7161 100644 --- a/css/searchbar.css +++ b/css/searchbar.css @@ -63,7 +63,7 @@ body:not(.mac) #searchbar .searchbar-item.has-action-button:hover .icon-image { font-size: 0.8em; opacity: 0.75; text-decoration: underline; - padding: 0.33em 0.6875em 0.75em 0.6875em; + padding: 0.5em 0.6875em 0.5em 0.6875em; } .search-feedback-link:hover { diff --git a/js/searchbar/placesPlugin.js b/js/searchbar/placesPlugin.js index dce0e8847..b4ece698e 100644 --- a/js/searchbar/placesPlugin.js +++ b/js/searchbar/placesPlugin.js @@ -119,7 +119,7 @@ function showSearchbarPlaceResults (text, input, event, pluginName = 'places') { } }) - if (surveyURL && pluginName === 'fullTextPlaces' && results.length > 0) { + if (surveyURL && pluginName === 'fullTextPlaces') { var feedbackLink = document.createElement('span') feedbackLink.className = 'search-feedback-link' feedbackLink.textContent = 'Search Feedback'