提交 ee28c4e8 编写于 作者: C 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册