Bug 1386575 - Fix ifdef in customization-header styles. r=Gijs draft
authorJohann Hofmann <jhofmann@mozilla.com>
Wed, 02 Aug 2017 12:21:47 +0200
changeset 619630 4eaa27ab424b0cd1e0e0be18aa8f2f0d8e40f37b
parent 619581 52285ea5e54c73d3ed824544cef2ee3f195f05e6
child 640462 f22c0825383fd0266df791534bea22d45e18362b
push id71749
push userbmo:jhofmann@mozilla.com
push dateWed, 02 Aug 2017 10:22:29 +0000
reviewersGijs
bugs1386575
milestone57.0a1
Bug 1386575 - Fix ifdef in customization-header styles. r=Gijs MozReview-Commit-ID: Bgu2rDrkStE
browser/themes/shared/customizableui/customizeMode.inc.css
--- a/browser/themes/shared/customizableui/customizeMode.inc.css
+++ b/browser/themes/shared/customizableui/customizeMode.inc.css
@@ -116,17 +116,17 @@
 }
 
 #customization-palette,
 #customization-empty {
   padding: 5px 20px 20px;
 }
 
 #customization-header {
-%ifdef MOZ_PHOTON_THEME;
+%ifndef MOZ_PHOTON_THEME
   border-bottom: 1px solid ThreeDLightShadow;
   font-size: 1.75em;
   line-height: 1.75em;
   color: GrayText;
   font-weight: 200;
   padding-bottom: 12px;
 %else
   font-weight: 600;