Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-09 20:04:46 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-09 20:04:46 +0400
commitef7fce4a9f38b86128a1c4c0f553ba3d1198ef27 (patch)
treee4700b136ce297db8b5926fa58d671f664f3b4b7 /app/views/help/_shortcuts.html.haml
parent0d3f1a2d58cf19f3b07fdfecb7ee3a41d442a81d (diff)
Fixed modal so it can be closed with ESC
* Fixes: #5343
Diffstat (limited to 'app/views/help/_shortcuts.html.haml')
-rw-r--r--app/views/help/_shortcuts.html.haml2
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