Commit 2a5e63a8 authored by Clement Ho's avatar 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
parents 6c624821 63f51a74
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment