Bug 1308407 - part 2: remove redundant/broken rules from devedition now we update lwtheme dark/brightness correctly, r?dao draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 01 Nov 2016 15:21:15 +0000
changeset 432339 1ff196a6d0f44c2a61c5ea15bd7b6a2ed986e92a
parent 432338 3fd7261fc6aa0c02db5c018e87ab880656339e4c
child 535609 1a7cccc19698637de3ffcbd90478d0c60d5ca572
push id34267
push usergijskruitbosch@gmail.com
push dateTue, 01 Nov 2016 17:50:23 +0000
reviewersdao
bugs1308407
milestone52.0a1
Bug 1308407 - part 2: remove redundant/broken rules from devedition now we update lwtheme dark/brightness correctly, r?dao MozReview-Commit-ID: 6PJwIa7XswU
browser/themes/osx/devedition.css
browser/themes/shared/devedition.inc.css
--- a/browser/themes/osx/devedition.css
+++ b/browser/themes/osx/devedition.css
@@ -82,21 +82,16 @@
 
 /* Use smaller back button icon */
 @media (min-resolution: 2dppx) {
   #back-button:hover:active:not([disabled="true"]) {
     -moz-image-region: rect(36px, 108px, 72px, 72px);
   }
 }
 
-#forward-button:hover:active:not(:-moz-lwtheme) {
-  background-image: none;
-  box-shadow: none;
-}
-
 /* Don't use the default background for tabs toolbar */
 #TabsToolbar {
   -moz-appearance: none !important;
 }
 
 /* Prevent the hover styling from on the identity icon from overlapping the
    urlbar border. */
 #identity-box {
--- a/browser/themes/shared/devedition.inc.css
+++ b/browser/themes/shared/devedition.inc.css
@@ -179,17 +179,16 @@
 /* Using toolbar[brighttext] instead of important to override linux */
 toolbar[brighttext] #downloads-indicator-counter {
   text-shadow: var(--toolbarbutton-text-shadow);
   color: var(--chrome-color);
 }
 
 #TabsToolbar {
   text-shadow: none !important;
-  color: var(--chrome-color) !important; /* Make sure that the brighttext attribute is added */
 }
 
 /* URL bar and search bar*/
 #urlbar,
 #navigator-toolbox .searchbar-textbox {
   background-color: var(--url-and-searchbar-background-color) !important;
   background-image: none !important;
   color: inherit !important;