mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-11 16:58:14 +00:00
i18n: Fix popups fade on RTL
Bug: T158858 Change-Id: I0d50a8b55ebdfb8167e36ba520fd6e7cfd4be717
This commit is contained in:
parent
367cfb6cf4
commit
b64260b1cc
|
@ -133,10 +133,12 @@
|
|||
}
|
||||
|
||||
&[dir='ltr']:after {
|
||||
/* @noflip */
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&[dir='rtl']:after {
|
||||
/* @noflip */
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue