Bug 1305764-Removed the rating-unrated.png reference in the Linux extensions.css file.r=Florian Quèze [:florian] [:flo] draft
authorRajat garg <rgargrajatgarg@gmail.com>
Tue, 04 Oct 2016 22:13:19 +0530
changeset 420779 401b3f21c7a7d67f59fb1f7379e7e75581574287
parent 420778 35b0c5c47ac9bde892b022ed26cab0f24820d01e
child 420797 605ad16502266c1bfbfb4c8f5b9a79c3e370351d
push id31290
push userbmo:rgargrajatgarg@gmail.com
push dateTue, 04 Oct 2016 16:43:50 +0000
reviewersFlorian
bugs1305764
milestone52.0a1
Bug 1305764-Removed the rating-unrated.png reference in the Linux extensions.css file.r=Florian Quèze [:florian] [:flo] MozReview-Commit-ID: 9EprcDnb5YU
testing/docker/phone-builder/hgrc
toolkit/themes/linux/mozapps/extensions/extensions.css
--- a/testing/docker/phone-builder/hgrc
+++ b/testing/docker/phone-builder/hgrc
@@ -1,4 +1,4 @@
 [extensions]
 share =
 [ui]
-username = Rajat garg <rgargrajatgarg@gmail.com>
+username = TaskCluster <nobody@mozilla.org>
--- a/toolkit/themes/linux/mozapps/extensions/extensions.css
+++ b/toolkit/themes/linux/mozapps/extensions/extensions.css
@@ -30,18 +30,13 @@
   list-style-image: url("moz-icon://stock/gtk-go-up?size=16");
 }
 
 .meta-rating[showrating="average"] > .star {
   list-style-image: url("chrome://mozapps/skin/extensions/rating-not-won.png");
   padding: 0 1px;
 }
 
-.meta-rating[showrating="user"] > .star {
-  list-style-image: url("chrome://mozapps/skin/extensions/rating-unrated.png");
-  padding: 2px 3px;
-}
-
 .meta-rating > .star[on="true"],
 .meta-rating[showrating="user"] > .star[hover] {
   list-style-image: url("chrome://mozapps/skin/extensions/rating-won.png");
   padding: 0 1px;
 }