CTANZ / moodle-theme_decaf

Moodle 2 theme - decaf
https://github.com/leizhang/moodle-theme_decaf/wiki/
17 stars 17 forks source link

Arrows missing on Assignment grading screen #27

Closed Tigger996 closed 8 years ago

Tigger996 commented 8 years ago

In the Clean theme: grader-arrows-clean In Decaf: grader-arrows-decaf

In the Clean theme, the generated code is: <a data-action="next-user" href="#next">►</a> However, when using Decaf: <a data-action="next-user" href="#next"> </a>

As you can see the arrows are missing on the grading screen for assignments. Can this be fixed easily?

pauln commented 8 years ago

Fixed in 2.1.1 - thanks for reporting!

These arrows were "blanked out" in Decaf some time ago in order to style them differently in section headers, but that's now possible without obliterating them from all places where they should be. 2.1.1 consequently has left/right arrows in several other places too - wherever other themes normally display them.

Tigger996 commented 8 years ago

Thanks for fixing so quickly! ALL works great now :)

Lori