Bug 1420229 - Backed out changeset 05bab8e59cd1 (bug 1429857);r=bgrins draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Tue, 23 Jan 2018 13:01:51 -0800
changeset 723809 42f355340b16ef16c58bb8786e8cc5e5a47bb3f3
parent 723807 1fdb1e1beb0d570018635ad1e4ab9c107d6c85bd
child 746957 ce963c215842ec071117ccc4bfbb739d31750337
push id96537
push userbgrinstead@mozilla.com
push dateTue, 23 Jan 2018 21:02:02 +0000
reviewersbgrins
bugs1420229, 1429857
milestone60.0a1
Bug 1420229 - Backed out changeset 05bab8e59cd1 (bug 1429857);r=bgrins We don't need this workaround anymore now that we are loading menu.css as a UA sheet MozReview-Commit-ID: 5OcBkQWIiuw
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -1267,29 +1267,16 @@ toolbarpaletteitem[place="menu-panel"] >
   padding-inline-start: .5em;
 }
 
 .subviewbutton > .menu-iconic-left {
   -moz-appearance: none;
   margin-inline-end: 0;
 }
 
-%ifdef XP_WIN
-/* Overrides from menu.css to prevent items in the bookmarks popup from being too tall.
-   These won't be necessary once menu.css is loaded as a UA style (Bug 1420229). */
-#BMB_bookmarksPopup .subviewbutton > .menu-iconic-left {
-  padding-top: 0;
-  -moz-appearance: none;
-}
-
-#BMB_bookmarksPopup .subviewbutton {
-  -moz-appearance: none;
-}
-%endif
-
 menuitem[checked="true"].subviewbutton > .menu-iconic-left {
   visibility: hidden;
 }
 
 #PanelUI-panicView > .panel-subview-body,
 #PanelUI-panicView {
   overflow: visible;
 }