Fix position of back-to-top arrow in rtl wikis

Bug: T211078
Change-Id: I8ee25b2d904814fc8dc8a78a4ccdaf545df907ee
This commit is contained in:
Ammar 2019-03-14 08:40:55 +01:00 committed by jdlrobson
parent d153d78f46
commit 9038122c6f
1 changed files with 0 additions and 5 deletions

View File

@ -39,9 +39,4 @@
left: 50%;
transform: translate( -50%, -50% );
}
/* center arrow in RTL wikis */
.rtl > & .arrow-up {
transform: translate( 50%, -50% );
}
}