trema-tech / moodle-theme_trema

Theme trema, a Moodle LMS plugin.
https://moodle.org/plugins/theme_trema
GNU General Public License v3.0
40 stars 20 forks source link

Courselinks in coursecard not highlited on focus (accessibility issue) #113

Closed dermuck closed 1 year ago

dermuck commented 2 years ago

When displaying a coursecard, the link containing the coursename is not highlighted when focussed. This distracts users and makes keyboard-navigation hard to use. The problem can be easily be resolved by adding class "aalink" to the coursename link. I'll provide a fix for this.