Bug 1396965 - Bookmark star button is not displayed on about: pages. r?Gijs draft
authorDrew Willcoxon <adw@mozilla.com>
Thu, 07 Sep 2017 09:56:34 -0700
changeset 660827 75b6dfbdeda619da0f3a35129f741a7717811f96
parent 660422 d8e238b811d3dc74515065ae8cab6c74baf0295f
child 730389 2e3e86be4d0fd0005938850568aa6b212616ebf0
push id78564
push userdwillcoxon@mozilla.com
push dateThu, 07 Sep 2017 16:57:14 +0000
reviewersGijs
bugs1396965
milestone57.0a1
Bug 1396965 - Bookmark star button is not displayed on about: pages. r?Gijs MozReview-Commit-ID: 8ZKAHWJwweH
browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -663,17 +663,17 @@ html|input.urlbar-input[textoverflow]:no
   transition: none;
 }
 
 #DateTimePickerPanel[active="true"] {
   -moz-binding: url("chrome://global/content/bindings/datetimepopup.xml#datetime-popup");
 }
 
 #urlbar[pageproxystate=invalid] > #page-action-buttons > .urlbar-page-action,
-#identity-box.chromeUI ~ #page-action-buttons > .urlbar-page-action,
+#identity-box.chromeUI ~ #page-action-buttons > .urlbar-page-action:not(#star-button-box),
 #urlbar[usertyping] > .urlbar-textbox-container > .urlbar-history-dropmarker,
 .urlbar-go-button[pageproxystate="valid"],
 .urlbar-go-button:not([parentfocused="true"]),
 #urlbar[pageproxystate="invalid"] > #identity-box > #blocked-permissions-container,
 #urlbar[pageproxystate="invalid"] > #identity-box > #notification-popup-box,
 #urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon-labels {
   display: none;
 }