Commit ee28c4e8 authored by Clement Ho's avatar Clement Ho

Merge branch '26445-make-icon-buttons-accessible-via-keyboard' into 'master'

Make play button on Pipelines page accessible via keyboard

See merge request !8496
parents 808c7826 b167c5b9
......@@ -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
......
---
title: Make play button on Pipelines page accessible via keyboard
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