Bug 1264131 - Make the awesomebar popup open just below the navbar on Windows 10. r?mak draft
authorDrew Willcoxon <adw@mozilla.com>
Thu, 14 Apr 2016 16:04:30 -0700
changeset 351720 3df054a450a3e25d5e9647dda5e4aadc6ece5c18
parent 349990 c285601ae929fd934182191288fe8d733ff0aee3
child 518493 75b1cf41e806d30a4c9fb899d536d31e09325042
push id15519
push userdwillcoxon@mozilla.com
push dateThu, 14 Apr 2016 23:04:45 +0000
reviewersmak
bugs1264131
milestone48.0a1
Bug 1264131 - Make the awesomebar popup open just below the navbar on Windows 10. r?mak Aha, that would be it. Thanks Dão. Marco, the top edge of the popup should touch the bottom edge of the navbar. They shouldn't overlap. MozReview-Commit-ID: 5HzxF6Qhxif
browser/themes/windows/browser.css
--- a/browser/themes/windows/browser.css
+++ b/browser/themes/windows/browser.css
@@ -1161,21 +1161,16 @@ toolbar[brighttext] .toolbarbutton-1 > .
       transition-property: border-color, box-shadow;
       transition-duration: .1s;
     }
 
     #urlbar:not(:-moz-lwtheme)[focused],
     .searchbar-textbox:not(:-moz-lwtheme)[focused] {
       box-shadow: 0 0 0 1px Highlight inset;
     }
-
-    /* overlap the urlbar's border and inset box-shadow */
-    #PopupAutoCompleteRichResult:not(:-moz-lwtheme) {
-      margin-top: -2px;
-    }
   }
 
   @media not all and (-moz-os-version: windows-xp) {
     #urlbar:not(:-moz-lwtheme)[focused],
     .searchbar-textbox:not(:-moz-lwtheme)[focused] {
       border-color: Highlight;
     }
   }