summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-15 10:34:40 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-15 10:34:40 -0800
commitc6ab8d04e865c69f53aba7ba1da0b120aaa342b9 (patch)
tree701abfc638ac234bbf158b49f5a1463c9a21a230
parent1e0f36b42a7e8fe8a4549b31233262fedfda742c (diff)
downloadgitlab-ce-c6ab8d04e865c69f53aba7ba1da0b120aaa342b9.tar.gz
Fix tabindex for comment form
-rw-r--r--app/views/projects/_zen.html.haml2
1 files changed, 1 insertions, 1 deletions
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