Bug 1263171 - remove nightly/aurora-specific branding colors, r?dao,shorlander draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 21 Jun 2016 15:21:38 +0100
changeset 380298 d08405d3bddc542cd4df5b4f607cbd3a0a6bdefe
parent 379877 3ce53bd1e25b93140484d3933c9339a829e0c1eb
child 523697 2638f7c360e441d5c07530f74a11b84824e7291b
push id21190
push usergijskruitbosch@gmail.com
push dateTue, 21 Jun 2016 14:23:33 +0000
reviewersdao, shorlander
bugs1263171
milestone50.0a1
Bug 1263171 - remove nightly/aurora-specific branding colors, r?dao,shorlander MozReview-Commit-ID: DufgG742a0F
browser/themes/shared/identity-block/identity-block.inc.css
--- a/browser/themes/shared/identity-block/identity-block.inc.css
+++ b/browser/themes/shared/identity-block/identity-block.inc.css
@@ -3,25 +3,17 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 %endif
 
 #identity-box {
   --identity-box-hover-background-color: rgb(231,230,230);
   --identity-box-selected-background-color: rgb(211,210,210);
   --identity-box-verified-color: hsl(92,100%,30%);
-%ifdef MOZ_OFFICIAL_BRANDING
   --identity-box-chrome-color: rgb(229,115,0);
-%else
-%if MOZ_UPDATE_CHANNEL == aurora
-  --identity-box-chrome-color: rgb(51,30,84);
-%else
-  --identity-box-chrome-color: rgb(0,33,71);
-%endif
-%endif
 
   border-inline-end: 1px solid var(--urlbar-separator-color);
   border-image: linear-gradient(transparent 15%,
                                 var(--urlbar-separator-color) 15%,
                                 var(--urlbar-separator-color) 85%,
                                 transparent 85%);
   border-image-slice: 1;
   font-size: .9em;