Skip to content
Snippets Groups Projects
Commit c6ab8d04 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix tabindex for comment form

parent 1e0f36b4
No related branches found
No related tags found
1 merge request!8686add "Uplaod" and "Replace" functionality
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment