JGonera has uploaded a new change for review.

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


Change subject: Story 1164: Promote animations to stable
......................................................................

Story 1164: Promote animations to stable

The variable for disabling them ($wgMFEnableCssAnimations) was already
in place.

Change-Id: Ia7972f38e1fd8b9390bdc67e6c244a0e5425c1b6
---
M less/common/notifications.less
M less/modules/watchstar.less
M less/specials/uploads.less
3 files changed, 3 insertions(+), 6 deletions(-)


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

diff --git a/less/common/notifications.less b/less/common/notifications.less
index 2029f78..609970f 100644
--- a/less/common/notifications.less
+++ b/less/common/notifications.less
@@ -30,8 +30,7 @@
        }
 }
 
-.animations .beta,
-.animations .alpha {
+.animations {
        .toast,
        .drawer {
                @duration: .25s;
diff --git a/less/modules/watchstar.less b/less/modules/watchstar.less
index 7459a0b..dbfa675 100644
--- a/less/modules/watchstar.less
+++ b/less/modules/watchstar.less
@@ -6,8 +6,7 @@
        }
 }
 
-.animations .beta,
-.animations .alpha {
+.animations {
        .watch-this-article {
                .transition-transform( .5s );
 
diff --git a/less/specials/uploads.less b/less/specials/uploads.less
index cb00171..ad1e54a 100644
--- a/less/specials/uploads.less
+++ b/less/specials/uploads.less
@@ -108,8 +108,7 @@
 
 }
 
-.animations .beta,
-.animations .alpha {
+.animations {
        .slideable {
                .slider {
                        left: 0;

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

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

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

Reply via email to