Commit 591f7b06 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'cngo-make-mr-edit-file-upload-button-tab-accessible' into 'master'

Make file upload button on MR edit page tab-accessible

See merge request gitlab-org/gitlab!40995
parents c0db5a84 655d7a0e
......@@ -27,7 +27,7 @@
or
%button.attach-new-file.markdown-selector{ type: 'button' }= _("attach a new file")
%button.btn.markdown-selector.button-attach-file.btn-link{ type: 'button', tabindex: '-1' }
%button.btn.markdown-selector.button-attach-file.btn-link{ type: 'button' }
= sprite_icon('media')
%span.text-attach-file<>
= _("Attach a file")
......
---
title: Make file upload button on MR edit page tab accessible
merge_request: 40995
author:
type: fixed
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