Bug 1404497 - Don't hide the post-tabs titlebar placeholder in maximized windows. r=dao draft
authorJohann Hofmann <jhofmann@mozilla.com>
Mon, 02 Oct 2017 15:43:18 +0200
changeset 673398 a5e382521626417829c5cc4bb4e6f1c9cbaed8ed
parent 673329 97efdde466f18cf580fda9673cf4c38ee21fc7b7
child 734085 40645edf4f9cc79e002202b66b4cd501ff9f0187
push id82558
push userbmo:jhofmann@mozilla.com
push dateMon, 02 Oct 2017 13:43:44 +0000
reviewersdao
bugs1404497
milestone58.0a1
Bug 1404497 - Don't hide the post-tabs titlebar placeholder in maximized windows. r=dao MozReview-Commit-ID: 39x18t1GBRP
browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -240,17 +240,16 @@ window:not([chromehidden~="toolbar"]) #n
 
 
 %ifdef CAN_DRAW_IN_TITLEBAR
 %ifdef MENUBAR_CAN_AUTOHIDE
 #toolbar-menubar:not([autohide=true]) ~ #TabsToolbar > .titlebar-placeholder,
 %endif
 %ifndef MOZ_WIDGET_COCOA
 #main-window:not([sizemode=normal]) .titlebar-placeholder[type="pre-tabs"],
-#main-window:not([sizemode=normal]) .titlebar-placeholder[type="post-tabs"],
 %endif
 #main-window:not([chromemargin]) > #titlebar,
 #main-window[inFullscreen] > #titlebar,
 #main-window[inFullscreen] .titlebar-placeholder,
 #main-window:not([tabsintitlebar]) .titlebar-placeholder {
   display: none;
 }