summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-03-28 17:04:11 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-03-28 17:04:27 -0400
commit8406318d87b902c7805b1597f729a1e30c920bae (patch)
tree801730ab21ab7872a6dff8b4d13f02a8372f86db
parent55df9a70bf3fb7fffa7491d53d3cf643d61de1c8 (diff)
downloadgitlab-ce-rs-remove-wip-tabindex.tar.gz
Remove tabstop from the WIP toggle linksrs-remove-wip-tabindex
[ci skip]
-rw-r--r--app/views/shared/issuable/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 178223fb463..e2a9e5bfb92 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -14,7 +14,7 @@
- if issuable.is_a?(MergeRequest)
%p.help-block
.js-wip-explanation
- %a.js-toggle-wip{href: ""}
+ %a.js-toggle-wip{href: "", tabindex: -1}
Remove the
%code WIP:
prefix from the title
@@ -22,7 +22,7 @@
%strong Work In Progress
merge request to be merged when it's ready.
.js-no-wip-explanation
- %a.js-toggle-wip{href: ""}
+ %a.js-toggle-wip{href: "", tabindex: -1}
Start the title with
%code WIP:
to prevent a