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
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-09 21:42:37 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-09 21:42:37 +0300
commit808c7826368e50c22c79a264703e3090afffc94b (patch)
tree1d29210dfc181a14fe2c60300c503c89ef449e2b /app/views
parent8bacc5bc7e69e95304045a449c69cdd37ac6d5b1 (diff)
parent1d5a8a55394e0729f84d18c48a4198e001f77c7b (diff)
Merge branch '26238-buttons-not-accessible' into 'master'
Resolve "Certain buttons are not accessible via the keyboard (Web)" Closes #26238 See merge request !8469
Diffstat (limited to 'app/views')
-rw-r--r--app/views/groups/new.html.haml2
-rw-r--r--app/views/shared/_choose_group_avatar_button.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index d19eaa6add9..38d63fd9acc 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -21,5 +21,5 @@
= render 'shared/group_tips'
.form-actions
- = f.submit 'Create group', class: "btn btn-create", tabindex: 3
+ = f.submit 'Create group', class: "btn btn-create"
= link_to 'Cancel', dashboard_groups_path, class: 'btn btn-cancel'
diff --git a/app/views/shared/_choose_group_avatar_button.html.haml b/app/views/shared/_choose_group_avatar_button.html.haml
index 000532b1c9a..ee043910548 100644
--- a/app/views/shared/_choose_group_avatar_button.html.haml
+++ b/app/views/shared/_choose_group_avatar_button.html.haml
@@ -1,4 +1,4 @@
-%a.choose-btn.btn.btn-sm.js-choose-group-avatar-button
+%button.choose-btn.btn.btn-sm.js-choose-group-avatar-button
%i.fa.fa-paperclip
%span Choose File ...
&nbsp;