Commit d6c97d55 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '225926-replace-fa-tag-s-icons-with-gitlab-svg-icons' into 'master'

Replace fa-tag icon with GitLab SVG icon

Closes #225926

See merge request gitlab-org/gitlab!40574
parents e70e7194 cafad17b
...@@ -166,10 +166,6 @@ ...@@ -166,10 +166,6 @@
content: '\f0c6'; content: '\f0c6';
} }
.fa-tag::before {
content: '\f02b';
}
.fa-arrow-up::before { .fa-arrow-up::before {
content: '\f062'; content: '\f062';
} }
...@@ -202,10 +198,6 @@ ...@@ -202,10 +198,6 @@
content: '\f016'; content: '\f016';
} }
.fa-tags::before {
content: '\f02c';
}
.fa-lightbulb-o::before { .fa-lightbulb-o::before {
content: '\f0eb'; content: '\f0eb';
} }
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
- if objects == :branch - if objects == :branch
= sprite_icon('fork', size: 12) = sprite_icon('fork', size: 12)
- else - else
= icon('tag') = sprite_icon('tag')
.limit-message .limit-message
%span= _('%{label_for_message} unavailable') % { label_for_message: label_for_message.capitalize } %span= _('%{label_for_message} unavailable') % { label_for_message: label_for_message.capitalize }
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