Commit 808c7826 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '26238-buttons-not-accessible' into 'master'

Resolve "Certain buttons are not accessible via the keyboard (Web)"

Closes #26238

See merge request !8469
parents 8bacc5bc 1d5a8a55
......@@ -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'
%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 ...
 
......
---
title: Fixes buttons not being accessible via the keyboard when creating new group
merge_request: 8469
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment