Bug 1382290 - Change Fxa avatar rendering from crisp-edges to auto. r?eoger draft
authorLuciano Italiani <lyretandrpg@gmail.com>
Sun, 23 Jul 2017 22:22:23 -0300
changeset 614588 47450a0815b01be0b7174d88d41d938b8975aa88
parent 614544 462d7561089c98e33382384896434861ad7bc491
child 614806 2e0439aa1da9705f8b1f9aa02a8a16e2f632bb52
push id70071
push userbmo:lyretandrpg@gmail.com
push dateMon, 24 Jul 2017 20:54:27 +0000
reviewerseoger
bugs1382290
milestone56.0a1
Bug 1382290 - Change Fxa avatar rendering from crisp-edges to auto. r?eoger MozReview-Commit-ID: 7xf27DMG6uc
browser/themes/shared/incontentprefs-old/preferences.inc.css
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs-old/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs-old/preferences.inc.css
@@ -381,17 +381,17 @@ description > html|a {
  * Sync
  */
 
 #fxaProfileImage {
   max-width: 60px;
   border-radius: 50%;
   list-style-image: url(chrome://browser/skin/fxa/default-avatar.svg);
   margin-inline-end: 15px;
-  image-rendering: -moz-crisp-edges;
+  image-rendering: auto;
   border: 1px solid transparent;
 }
 
 #fxaLoginStatus[hasName] #fxaProfileImage {
   max-width: 80px;
 }
 
 #fxaProfileImage.actionable {
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -413,17 +413,17 @@ groupbox {
  * Sync
  */
 
 #fxaProfileImage {
   max-width: 60px;
   border-radius: 50%;
   list-style-image: url(chrome://browser/skin/fxa/default-avatar.svg);
   margin-inline-end: 15px;
-  image-rendering: -moz-crisp-edges;
+  image-rendering: auto;
   border: 1px solid transparent;
 }
 
 #fxaLoginStatus[hasName] #fxaProfileImage {
   max-width: 80px;
 }
 
 #fxaProfileImage.actionable {