summaryrefslogtreecommitdiff
path: root/app/views/projects/ci
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-01-09 19:08:32 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-01-09 19:08:32 +0000
commitee28c4e869050daed83c793367d2f7273d75d3f5 (patch)
treeccc63c0369d5603d38d82b040b743a5ce8645f5d /app/views/projects/ci
parent808c7826368e50c22c79a264703e3090afffc94b (diff)
parentb167c5b9503ceb8915422b9cedea5042864fa381 (diff)
downloadgitlab-ce-ee28c4e869050daed83c793367d2f7273d75d3f5.tar.gz
Merge branch '26445-make-icon-buttons-accessible-via-keyboard' into 'master'
Make play button on Pipelines page accessible via keyboard See merge request !8496
Diffstat (limited to 'app/views/projects/ci')
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index 220543ecc31..6ce586cc8f6 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -78,9 +78,9 @@
.btn-group.inline
- if actions.any?
.btn-group
- %a.dropdown-toggle.btn.btn-default.js-pipeline-dropdown-manual-actions{ type: 'button', 'data-toggle' => 'dropdown' }
+ %button.dropdown-toggle.btn.btn-default.js-pipeline-dropdown-manual-actions{ type: 'button', 'data-toggle' => 'dropdown' }
= custom_icon('icon_play')
- = icon('caret-down')
+ = icon('caret-down', 'aria-hidden' => 'true')
%ul.dropdown-menu.dropdown-menu-align-right
- actions.each do |build|
%li