Commit 3ce3c305ebac1ae076a2e51df77f7f0ee4034d67

Authored by Dmitriy Zaporozhets
2 parents 3ae03f56 ef7fce4a

Merge pull request #6013 from jvanbaarsen/modal-fix

Fixed modal so it can be closed with ESC
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/help/_shortcuts.html.haml
1   -#modal-shortcuts.modal.hide
  1 +#modal-shortcuts.modal.hide{tabindex: -1}
2 2 .modal-dialog
3 3 .modal-content
4 4 .modal-header
... ...