RTL: Flip Sync button

Sync isn't inside #zotero-pane anymore, so match on :root:-moz-locale-dir(rtl)
instead.
This commit is contained in:
Abe Jellinek 2024-01-10 11:39:21 -05:00 committed by Dan Stillman
parent e4837168b9
commit 667ea83f4b

View file

@ -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;
}