Bug 1371331 - Show the 'search with Engine' suffix for Location Bar search results on mousehover. r=adw

MozReview-Commit-ID: EPgh0gkBuxW

--HG--
extra : rebase_source : 0f211a3da2673924d1bf4f016b48a8397880c7e6
This commit is contained in:
Marco Bonardo 2017-06-09 14:58:59 +02:00
parent 038efa62a3
commit 7b98919406

View File

@ -30,8 +30,8 @@ richlistitem {
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;
}