Bug 1480086 - Restore styles for Rule view warning icon. r=gl draft
authorRazvan Caliman <rcaliman@mozilla.com>
Thu, 02 Aug 2018 13:39:18 +0200
changeset 825811 44f28f4b12c705310fe5c553d4f9d6ea8aac9556
parent 825800 bd79b07f57a34e0d8fe01bdc3f34815d77c01444
push id118178
push userbmo:rcaliman@mozilla.com
push dateThu, 02 Aug 2018 11:42:09 +0000
reviewersgl
bugs1480086
milestone63.0a1
Bug 1480086 - Restore styles for Rule view warning icon. r=gl MozReview-Commit-ID: 12xDt0Haj03
devtools/client/themes/rules.css
--- a/devtools/client/themes/rules.css
+++ b/devtools/client/themes/rules.css
@@ -315,16 +315,25 @@
 }
 
 .ruleview-enableproperty {
   position: relative;
   float: left;
   left: -28px;
 }
 
+.ruleview-warning {
+  background-image: url(images/alerticon-warning.png);
+  background-size: 13px 12px;
+  margin-inline-start: 5px;
+  display: inline-block;
+  width: 13px;
+  height: 12px;
+}
+
 .ruleview-rule:not(:hover) .ruleview-enableproperty {
   visibility: hidden;
 }
 
 .ruleview-expander {
   vertical-align: middle;
 }