diff --git a/scss/elements/_collapsibleSection.scss b/scss/elements/_collapsibleSection.scss index a91ce05c20..b6f4a75528 100644 --- a/scss/elements/_collapsibleSection.scss +++ b/scss/elements/_collapsibleSection.scss @@ -79,6 +79,11 @@ collapsible-section { &[open]:not([empty]) > .head { toolbarbutton.twisty .toolbarbutton-icon { transform: rotate(-180deg); + + &:-moz-locale-dir(rtl) { + // Make the animation run in the opposite direction in RTL locales + transform: rotate(180deg); + } } .title-box .summary {