Bug 1456617 - Remove empty rulesets from aboutMemory.css. r?snorp,gijs draft
authorJared Wein <jwein@mozilla.com>
Tue, 24 Apr 2018 13:10:18 -0700
changeset 787407 d70e02528dd452f52cc6c0a4654a72e252b39b16
parent 787142 26e53729a10976f52e75efa44e17b5e054969fec
push id107722
push userbmo:jaws@mozilla.com
push dateTue, 24 Apr 2018 20:10:32 +0000
reviewerssnorp, gijs
bugs1456617
milestone61.0a1
Bug 1456617 - Remove empty rulesets from aboutMemory.css. r?snorp,gijs MozReview-Commit-ID: 7jQFTt0cAFu
mobile/android/themes/core/aboutMemory.css
toolkit/components/aboutmemory/content/aboutMemory.css
--- a/mobile/android/themes/core/aboutMemory.css
+++ b/mobile/android/themes/core/aboutMemory.css
@@ -75,44 +75,25 @@ h2 {
   /*
    * Technically this should be used with the default background colour,
    * instead we're using the default field background colour,
    * I hope this will be okay.
    */
   color: -moz-activehyperlinktext;
 }
 
-.accuracyWarning {
-}
-
-.badInputWarning {
-}
-
 .treeline {
   color: -moz-FieldText;
   opacity: 0.5;
 }
 
-/*
- * We might like to style these but cannot find a colour that always
- * contrasts with the background colour.
- */
-.mrValue, .mrName, .mrNote {
-}
-
 .mrValue {
   font-weight: bold;
 }
 
-.mrPerc {
-}
-
-.mrSep {
-}
-
 .hasKids {
   cursor: pointer;
 }
 
 .hasKids:hover {
   text-decoration: underline;
 }
 
@@ -144,9 +125,8 @@ h2 {
 button {
   margin: 1%;
   padding: 2%;
 }
 
 .hiddenOnMobile {
   display: none;
 }
-
--- a/toolkit/components/aboutmemory/content/aboutMemory.css
+++ b/toolkit/components/aboutmemory/content/aboutMemory.css
@@ -86,44 +86,25 @@ a.upDownArrow {
   /*
    * Technically this should be used with the default background colour,
    * instead we're using the default field background colour,
    * I hope this will be okay.
    */
   color: -moz-activehyperlinktext;
 }
 
-.accuracyWarning {
-}
-
-.badInputWarning {
-}
-
 .treeline {
   color: -moz-FieldText;
   opacity: 0.5;
 }
 
-/*
- * We might like to style these but cannot find a colour that always
- * contrasts with the background colour.
- */
-.mrValue, .mrName, .mrNote {
-}
-
 .mrValue {
   font-weight: bold;
 }
 
-.mrPerc {
-}
-
-.mrSep {
-}
-
 .hasKids {
   cursor: pointer;
 }
 
 .hasKids:hover {
   text-decoration: underline;
 }
 
@@ -149,9 +130,8 @@ a.upDownArrow {
   display: none;
 }
 
 /* Desktop-specific parts go here. */
 
 .hasKids:hover {
   text-decoration: underline;
 }
-