i18n: Fix popups fade on RTL

Bug: T158858
Change-Id: I0d50a8b55ebdfb8167e36ba520fd6e7cfd4be717
This commit is contained in:
Ebrahim Byagowi 2017-02-26 14:58:52 +00:00 committed by Phuedx
parent 367cfb6cf4
commit b64260b1cc

View file

@ -133,10 +133,12 @@
}
&[dir='ltr']:after {
/* @noflip */
right: 0;
}
&[dir='rtl']:after {
/* @noflip */
left: 0;
}
}