Bug 1392685 - Collapse the urlbar-icon-wrapper when the pageproxystate is invalid, instead of just the urlbar-icon inside of it. r?adw draft
authorJared Wein <jwein@mozilla.com>
Thu, 24 Aug 2017 15:36:25 -0400
changeset 652676 448c37f9a0d230f7328f32a118a4907400b89283
parent 652675 4c480935fe7f76cb4c057d8ec0f09bf0d7b511e0
child 728134 8525e8bd698a65b0be25e8ad5bfde9d3560b2619
push id76106
push userbmo:jaws@mozilla.com
push dateFri, 25 Aug 2017 02:11:07 +0000
reviewersadw
bugs1392685
milestone57.0a1
Bug 1392685 - Collapse the urlbar-icon-wrapper when the pageproxystate is invalid, instead of just the urlbar-icon inside of it. r?adw MozReview-Commit-ID: Goda3hl9aq5
browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -660,17 +660,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-icon,
-#urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon-wrapper > .urlbar-icon,
+#urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon-wrapper,
 #urlbar[pageproxystate="invalid"] > #page-action-buttons > #pageActionSeparator,
 .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 {
   visibility: collapse;
 }