bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

Move handles broken in latest elegance build #159

Closed sbourget closed 7 years ago

sbourget commented 8 years ago

The changes made in Pull request #155 are breaking the AJAX move handles used in course editing when the page is viewed in LTR languages such as English. (The move handles are overlapping the course completion checkboxes or the section editing menus depending what is enabled on Moodle 3.0)

See the attached screenshot:

overlapping move-handles

The issue is specific to this line: https://github.com/bmbrands/moodle-theme_elegance/blob/master/less/rtl.less#L33

Should lines 29-33 be wrapped in a ".dir-rtl {}" rule?