RTL: Reverse collapsible-section animation
This commit is contained in:
parent
ddfe376900
commit
0f5fc2962a
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue