Commit 7820a099 authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-download icon with Gitlab SVG

parent 6b887cc3
...@@ -250,10 +250,6 @@ ...@@ -250,10 +250,6 @@
content: '\f06d'; content: '\f06d';
} }
.fa-download::before {
content: '\f019';
}
.fa-globe::before { .fa-globe::before {
content: '\f0ac'; content: '\f0ac';
} }
......
...@@ -12,7 +12,7 @@ module SnippetsHelper ...@@ -12,7 +12,7 @@ module SnippetsHelper
end end
def download_raw_snippet_button(snippet) def download_raw_snippet_button(snippet)
link_to(icon('download'), link_to(sprite_icon('download'),
gitlab_raw_snippet_path(snippet, inline: false), gitlab_raw_snippet_path(snippet, inline: false),
target: '_blank', target: '_blank',
rel: 'noopener noreferrer', rel: 'noopener noreferrer',
......
---
title: Replace fa-download icon with GitLab SVG download icon
merge_request: 39849
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