diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-10 04:51:31 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-10 04:51:31 -0800 |
commit | 3ce3c305ebac1ae076a2e51df77f7f0ee4034d67 (patch) | |
tree | 696af5a53e84b5c6776f1cb4aad73b01d80b4747 /app | |
parent | 3ae03f5615f35faf06ecf6fb94c6a4ed6a316b1e (diff) | |
parent | ef7fce4a9f38b86128a1c4c0f553ba3d1198ef27 (diff) | |
download | gitlab-ce-3ce3c305ebac1ae076a2e51df77f7f0ee4034d67.tar.gz |
Merge pull request #6013 from jvanbaarsen/modal-fix
Fixed modal so it can be closed with ESC
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 5f80a456cf7..500e5dc65e1 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -1,4 +1,4 @@ -#modal-shortcuts.modal.hide +#modal-shortcuts.modal.hide{tabindex: -1} .modal-dialog .modal-content .modal-header |