Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3fa59770
Commit
3fa59770
authored
Oct 22, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-caret with chevron-down SVG
parent
ee43299f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/pipelines/components/pipelines_list/pipelines_actions.vue
...pipelines/components/pipelines_list/pipelines_actions.vue
+1
-1
app/assets/javascripts/pipelines/components/pipelines_list/pipelines_artifacts.vue
...pelines/components/pipelines_list/pipelines_artifacts.vue
+1
-1
changelogs/unreleased/mw-replace-fa-icons-in-pipeline-action-button.yml
...eleased/mw-replace-fa-icons-in-pipeline-action-button.yml
+5
-0
No files found.
app/assets/javascripts/pipelines/components/pipelines_list/pipelines_actions.vue
View file @
3fa59770
...
...
@@ -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>
...
...
app/assets/javascripts/pipelines/components/pipelines_list/pipelines_artifacts.vue
View file @
3fa59770
...
...
@@ -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"
>
...
...
changelogs/unreleased/mw-replace-fa-icons-in-pipeline-action-button.yml
0 → 100644
View file @
3fa59770
---
title
:
Replace fa-caret-down with chevron-down SVG in pipeline action buttons
merge_request
:
45881
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment