Commit 4ba1595c authored by Alexander Turinske's avatar Alexander Turinske Committed by Ezekiel Kigbo

Replace fa-pencil icon with GitLab SVG

- replace last fa-pencil instance
parent e4772db6
...@@ -262,10 +262,6 @@ ...@@ -262,10 +262,6 @@
content: '\f0ac'; content: '\f0ac';
} }
.fa-pencil::before {
content: '\f040';
}
.fa-pause::before { .fa-pause::before {
content: '\f04c'; content: '\f04c';
} }
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
.btn-group.table-action-buttons .btn-group.table-action-buttons
.btn-group .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 = 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 .btn-group
- if runner.active? - 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 = 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