Bug 1371331 - Show the 'search with Engine' suffix for Location Bar search results on mousehover. r=adw draft
authorMarco Bonardo <mbonardo@mozilla.com>
Fri, 09 Jun 2017 14:58:59 +0200
changeset 591686 0f211a3da2673924d1bf4f016b48a8397880c7e6
parent 590997 6491fb29e7fcc9e02cc179ae2856f426a3552385
child 632587 d4c451c6ecc129dc364351377e963bac7eacbc3a
push id63135
push usermak77@bonardo.net
push dateFri, 09 Jun 2017 13:01:49 +0000
reviewersadw
bugs1371331
milestone55.0a1
Bug 1371331 - Show the 'search with Engine' suffix for Location Bar search results on mousehover. r=adw MozReview-Commit-ID: EPgh0gkBuxW
toolkit/content/autocomplete.css
--- a/toolkit/content/autocomplete.css
+++ b/toolkit/content/autocomplete.css
@@ -25,16 +25,16 @@ richlistitem {
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 
 .ac-tags[empty] {
   display: none;
 }
 
-.ac-action[actiontype=searchengine]:not([selected]),
-.ac-separator[actiontype=searchengine]:not([selected]) {
+.autocomplete-richlistitem:not([selected]):not(:hover) > .ac-action[actiontype=searchengine],
+.autocomplete-richlistitem:not([selected]):not(:hover) > .ac-separator[actiontype=searchengine] {
   display: none;
 }
 
 .ac-separator[type=keyword] {
   display: none;
 }