提交 2a5e63a8 编写于 作者: C Clement Ho

Merge branch '26446-access-download-artifacts-via-keyboard' into 'master'

Made download artifacts button accessible via keyboard

Closes #26446

See merge request !8493
......@@ -89,7 +89,7 @@
%span= build.name.humanize
- if artifacts.present?
.btn-group
%a.dropdown-toggle.btn.btn-default.build-artifacts.js-pipeline-dropdown-download{ type: 'button', 'data-toggle' => 'dropdown' }
%button.dropdown-toggle.btn.btn-default.build-artifacts.js-pipeline-dropdown-download{ type: 'button', 'data-toggle' => 'dropdown' }
= icon("download")
= icon('caret-down')
%ul.dropdown-menu.dropdown-menu-align-right
......
---
title: Made download artifacts button accessible via keyboard by changing it from
an anchor tag to an actual button
merge_request:
author: Ryan Harris
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册