From c6ab8d04e865c69f53aba7ba1da0b120aaa342b9 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Thu, 15 Jan 2015 10:34:40 -0800
Subject: [PATCH] Fix tabindex for comment form

---
 app/views/projects/_zen.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index 5114c5874ea..cf1c55ecca6 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -3,7 +3,7 @@
   .zen-backdrop
     - classes << ' js-gfm-input markdown-area'
     = f.text_area attr, class: classes, placeholder: 'Leave a comment'
-    = link_to nil, class: 'zen-enter-link' do
+    = link_to nil, class: 'zen-enter-link', tabindex: '-1' do
       %i.fa.fa-expand
       Edit in fullscreen
     = link_to nil, class: 'zen-leave-link' do
-- 
GitLab