RTL: Reverse collapsible-section animation

This commit is contained in:
Abe Jellinek 2024-07-08 16:27:17 -04:00 committed by Dan Stillman
parent ddfe376900
commit 0f5fc2962a

View file

@ -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 {