From 667ea83f4b295ae3152de011c88e27f4526052fd Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Wed, 10 Jan 2024 11:39:21 -0500 Subject: [PATCH] RTL: Flip Sync button Sync isn't inside #zotero-pane anymore, so match on :root:-moz-locale-dir(rtl) instead. --- scss/components/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_toolbar.scss b/scss/components/_toolbar.scss index 5a2370d370..5f6f3d2ce3 100644 --- a/scss/components/_toolbar.scss +++ b/scss/components/_toolbar.scss @@ -15,7 +15,7 @@ The other way to do this would be to set direction: ltr on buttons in the RTL toolbar, but that breaks popup positioning. */ -#zotero-pane[dir=rtl] { +:root:-moz-locale-dir(rtl) { .zotero-tb-button > .toolbarbutton-menu-dropmarker { -moz-box-ordinal-group: 0; }