Commit 520f0df9 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '225951-replace-fa-pencil-icon' into 'master'

Replace fa-pencil icon with GitLab SVG

Closes #225951

See merge request gitlab-org/gitlab!39648
parents 0106f74b 4ba1595c
......@@ -262,10 +262,6 @@
content: '\f0ac';
}
.fa-pencil::before {
content: '\f040';
}
.fa-pause::before {
content: '\f04c';
}
......
......@@ -68,7 +68,7 @@
.btn-group.table-action-buttons
.btn-group
= link_to edit_group_runner_path(@group, runner), class: 'btn btn-default has-tooltip', title: _('Edit'), ref: 'tooltip', aria: { label: _('Edit') }, data: { placement: 'top', container: 'body'} do
= icon('pencil')
= sprite_icon('pencil')
.btn-group
- if runner.active?
= link_to pause_group_runner_path(@group, runner), method: :post, class: 'btn btn-default has-tooltip', title: _('Pause'), ref: 'tooltip', aria: { label: _('Pause') }, data: { placement: 'top', container: 'body', confirm: _('Are you sure?') } do
......
---
title: Replace fa-pencil icon with GitLab SVG
merge_request: 39648
author:
type: other
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