Commit 3fa59770 authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-caret with chevron-down SVG

parent ee43299f
......@@ -87,7 +87,7 @@ export default {
:aria-label="__('Run manual or delayed jobs')"
>
<gl-icon name="play" class="icon-play" />
<i class="fa fa-caret-down" aria-hidden="true"></i>
<gl-icon name="chevron-down" />
<gl-loading-icon v-if="isLoading" />
</button>
......
......@@ -29,7 +29,7 @@ export default {
:aria-label="__('Artifacts')"
>
<gl-icon name="download" />
<i class="fa fa-caret-down" aria-hidden="true"></i>
<gl-icon name="chevron-down" />
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li v-for="(artifact, i) in artifacts" :key="i">
......
---
title: Replace fa-caret-down with chevron-down SVG in pipeline action buttons
merge_request: 45881
author:
type: changed
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