From e4b1c379546c42018f89afec84b64f623794d290 Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Sun, 20 Sep 2015 00:20:02 +0300 Subject: [PATCH] Fix #2652 --- src/definitions/modules/popup.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index 8e3d3d7f1..60cd330c6 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -140,6 +140,7 @@ .ui.bottom.left.popup { margin-left: @boxArrowOffset; } +/*rtl:rename*/ .ui.bottom.left.popup:before { top: @arrowOffset; left: @arrowDistanceFromEdge; @@ -152,6 +153,7 @@ .ui.bottom.right.popup { margin-right: @boxArrowOffset; } +/*rtl:rename*/ .ui.bottom.right.popup:before { top: @arrowOffset; right: @arrowDistanceFromEdge; @@ -172,6 +174,7 @@ .ui.top.left.popup { margin-left: @boxArrowOffset; } +/*rtl:rename*/ .ui.top.left.popup:before { bottom: @arrowOffset; left: @arrowDistanceFromEdge; @@ -182,6 +185,7 @@ .ui.top.right.popup { margin-right: @boxArrowOffset; } +/*rtl:rename*/ .ui.top.right.popup:before { bottom: @arrowOffset; right: @arrowDistanceFromEdge; @@ -191,6 +195,7 @@ } /*--- Left Center ---*/ +/*rtl:rename*/ .ui.left.center.popup:before { top: 50%; right: @arrowOffset; @@ -201,6 +206,7 @@ } /*--- Right Center ---*/ +/*rtl:rename*/ .ui.right.center.popup:before { top: 50%; left: @arrowOffset; @@ -361,4 +367,4 @@ } -.loadUIOverrides(); \ No newline at end of file +.loadUIOverrides();