Skip to content
  • Xavier Antoviaque's avatar
    accessibility: Replace close modal button <div> by <a> link (LMS-582) · 23eab5c5
    Xavier Antoviaque authored
    The close button for the modal dialog was marked up as a paragraph,
    containing a graphical text character, inside two div elements, with an
    associated click event. This made the button unusable for keyboard
    users.
    
    Replaced <divs> with a link element (<a role="button"), adapted the CSS
    accordingly, and updated the existing <a> modal close buttons.
    23eab5c5