Skip to content
代码片段 群组 项目
提交 3fa59770 编辑于 作者: Martin Wortschack's avatar Martin Wortschack
浏览文件

Replace fa-caret with chevron-down SVG

上级 ee43299f
No related branches found
No related tags found
无相关合并请求
......@@ -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
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册