jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/326209 )

Change subject: Fix animation of notifications overlay drawer in RTL
......................................................................


Fix animation of notifications overlay drawer in RTL

There were RTL styles, but they weren't being applied because
the rtl and animations classes both apply to the <body>,
and the styles were wrongly using a descendant selector.

Change-Id: I6b737fa9ee1f3572bb746ba12fc58005474194b8
---
M resources/mobile.mainMenu/mainmenu.less
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/resources/mobile.mainMenu/mainmenu.less 
b/resources/mobile.mainMenu/mainmenu.less
index 7b827cc..00c1459 100644
--- a/resources/mobile.mainMenu/mainmenu.less
+++ b/resources/mobile.mainMenu/mainmenu.less
@@ -272,7 +272,7 @@
 
 .rtl {
        // FIXME: Make animations a conditional class on the drawer itself
-       .animations .notifications-overlay.navigation-drawer {
+       &.animations .notifications-overlay.navigation-drawer {
                // +2% to accommodate for the border/box-shadow
                .transform( translate( -102%, 0 ) );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b737fa9ee1f3572bb746ba12fc58005474194b8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: Jdlrobson <jrob...@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