jenkins-bot has submitted this change and it was merged.

Change subject: Nearby: Use new refresh icon asset and turn off animations
......................................................................


Nearby: Use new refresh icon asset and turn off animations

Existing ajax loader is enough feedback

Change-Id: I0e93d70d422deae81098dfdd45e46d37232a0c4d
---
M less/specials/nearby.less
M stylesheets/specials/images/refresh.png
M stylesheets/specials/nearby.css
3 files changed, 0 insertions(+), 50 deletions(-)

Approvals:
  awjrichards: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/specials/nearby.less b/less/specials/nearby.less
index 8ea225b..880710b 100644
--- a/less/specials/nearby.less
+++ b/less/specials/nearby.less
@@ -27,32 +27,6 @@
        border: none;
 }
 
-@-webkit-keyframes infinite-spin {
-       from {
-               .transform( rotate(0deg) );
-       }
-
-       to {
-               .transform( rotate(360deg) );
-       }
-}
-
-@keyframes infinite-spin {
-       from {
-               .transform( rotate(0deg) );
-       }
-
-       to {
-               .transform( rotate(360deg) );
-       }
-}
-
-.animations {
-       .refreshing {
-               .animation( infinite-spin, 0.5s, linear, infinite, normal );
-       }
-}
-
 .client-js {
        // note this also means non-ResourceLoader enabled browsers hence not 
using tag
        .noscript {
diff --git a/stylesheets/specials/images/refresh.png 
b/stylesheets/specials/images/refresh.png
index 9582de6..204fdf1 100644
--- a/stylesheets/specials/images/refresh.png
+++ b/stylesheets/specials/images/refresh.png
Binary files differ
diff --git a/stylesheets/specials/nearby.css b/stylesheets/specials/nearby.css
index 6ad7100..96e968c 100644
--- a/stylesheets/specials/nearby.css
+++ b/stylesheets/specials/nearby.css
@@ -18,30 +18,6 @@
   background-size: 24px 25px;
   border: none;
 }
-@-webkit-keyframes infinite-spin {
-  from {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  to {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-@keyframes infinite-spin {
-  from {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  to {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-.animations .refreshing {
-  -webkit-animation: infinite-spin 0.5s linear infinite normal;
-  animation: infinite-spin 0.5s linear infinite normal;
-}
 .client-js .noscript {
   display: none;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e93d70d422deae81098dfdd45e46d37232a0c4d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: awjrichards <aricha...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to