Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86711


Change subject: Only show smiley face in beta
......................................................................

Only show smiley face in beta

Kenan was concerned about a prominent UI change going straight
to stable, reverting to old icon in stable

Change-Id: I75a7fbf50f059581d73b1c8fa567a2f372e8e251
---
M less/common/ui.less
A stylesheets/common/images/user-old.png
M stylesheets/common/ui.css
3 files changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/11/86711/1

diff --git a/less/common/ui.less b/less/common/ui.less
index bb52e4b..ae0a6ac 100644
--- a/less/common/ui.less
+++ b/less/common/ui.less
@@ -26,6 +26,13 @@
        top: 0;
 }
 
+// FIXME: Remove rule when profiles go to stable
+.stable {
+       .user-button {
+               background: url(images/user-old.png) 50% 50% no-repeat;
+       }
+}
+
 .user-button {
        background: url(images/user.png) 50% 50% no-repeat;
 
diff --git a/stylesheets/common/images/user-old.png 
b/stylesheets/common/images/user-old.png
new file mode 100644
index 0000000..6ec52ba
--- /dev/null
+++ b/stylesheets/common/images/user-old.png
Binary files differ
diff --git a/stylesheets/common/ui.css b/stylesheets/common/ui.css
index 765ff83..03a7372 100644
--- a/stylesheets/common/ui.css
+++ b/stylesheets/common/ui.css
@@ -366,6 +366,9 @@
   position: absolute;
   top: 0;
 }
+.stable .user-button {
+  background: url(images/user-old.png) 50% 50% no-repeat;
+}
 .user-button {
   background: url(images/user.png) 50% 50% no-repeat;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/86711
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75a7fbf50f059581d73b1c8fa567a2f372e8e251
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to