Closed acquaalta closed 4 years ago
Hi, If it is just a problem of icon direction, you can simply add the following rule in styles.css file
body.dir-rtl .course-content ul.collapsibletopics a.sectiontoggle[aria-expanded="false"] {
background-image: url([[pix:moodle|t/collapsed_rtl]]);
}
If that is ok for you I will integrate it in the next release Keep me posted Cheers
Hi, Thank you very much for adding this fix to the official version of the plugin. And I'm sorry for not replying earlier.
Cheers :-)
Hi,
When using the collapsed topics format in an Right-to-left environment, the icon of the collapse/expand button of a topic is expected to point to the left, since in a Left-to-right environment it points to the right. However, it points to the right in both environments.
Is it something that could be fixed by you? implementing a mechanism that would switch the arrow direction based on the environment UI?
Thanks in advance.