Bug 1381008 - Dont enlarge identify box while inactive. r=dao draft
authorDale Harvey <dale@arandomurl.com>
Tue, 01 Aug 2017 16:44:03 +0100
changeset 619584 0307240a6a876a7cf302d3cbd940031ea3dc1920
parent 619093 13750b02d0219aec45da8bbe24aaa235593d5696
child 640445 4235238e236de0b15ec28f3b9fe5b8752fabeadd
push id71729
push userbmo:dharvey@mozilla.com
push dateWed, 02 Aug 2017 08:42:16 +0000
reviewersdao
bugs1381008
milestone56.0a1
Bug 1381008 - Dont enlarge identify box while inactive. r=dao MozReview-Commit-ID: L0e1arGEylA
browser/themes/osx/browser.css
--- a/browser/themes/osx/browser.css
+++ b/browser/themes/osx/browser.css
@@ -631,16 +631,17 @@ toolbarpaletteitem[place="palette"] > #p
 
 @conditionalForwardWithUrlbar@:-moz-locale-dir(rtl) {
   -moz-box-direction: reverse;
 }
 %endif
 
 %include ../shared/identity-block/identity-block.inc.css
 
+%ifndef MOZ_PHOTON_THEME
 #identity-box {
   padding-top: 2px;
   padding-bottom: 2px;
 }
 
 #urlbar:not([focused="true"]) > #identity-box {
   margin-top: -1px;
   margin-bottom: -1px;
@@ -651,16 +652,17 @@ toolbarpaletteitem[place="palette"] > #p
 @media (-moz-mac-yosemite-theme) {
   #urlbar:not([focused="true"]):not(:-moz-window-inactive) > #identity-box {
     margin-top: -2px;
     margin-bottom: -2px;
     padding-top: 4px;
     padding-bottom: 4px;
   }
 }
+%endif
 
 #identity-box:-moz-locale-dir(ltr) {
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
 }
 
 #identity-box:-moz-locale-dir(rtl) {
   border-top-right-radius: 2px;