Commit 2637f567 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Ezekiel Kigbo

Replace fa-info-circle icons with GitLab SVG information icon

parent ac5ed9ff
......@@ -151,10 +151,6 @@
content: '\f0da';
}
.fa-info-circle::before {
content: '\f05a';
}
.fa-refresh::before {
content: '\f021';
}
......
......@@ -760,11 +760,6 @@ $mr-widget-min-height: 69px;
color: $gl-text-color;
}
.fa-info-circle {
color: $orange-500;
padding-right: 5px;
}
// Shortening button height by 1px to make compare-versions
// header 56px and fit into our 8px design grid
button {
......
......@@ -18,8 +18,8 @@
= number_to_percentage(card.percentage_score, precision: 1)
.board-card-buttons
- if card.blog
%a{ href: card.blog }
= icon('info-circle', 'aria-hidden' => 'true')
%a.btn-svg{ href: card.blog }
= sprite_icon('information-o')
- if card.docs
%a{ href: card.docs }
= icon('question-circle', 'aria-hidden' => 'true')
%a.btn-svg{ href: card.docs }
= sprite_icon('question-o')
= icon('info-circle fw')
= sprite_icon('information-o', css_class: 'gl-vertical-align-middle! gl-mr-2')
= succeed '.' do
To learn more about this project, read
= link_to "the wiki", wiki_path(viewer.project.wiki)
......@@ -93,7 +93,7 @@
- if @merge_request
.well-segment
= icon('info-circle fw')
= sprite_icon('information-o', css_class: 'gl-vertical-align-middle! gl-mr-2')
- link_to_merge_request = link_to(@merge_request.to_reference, diffs_project_merge_request_path(@project, @merge_request, commit_id: @commit.id))
= _('This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request.').html_safe % { link_to_merge_request: link_to_merge_request }
---
title: Replace fa-info-circle icons with GitLab SVG information icon
merge_request: 38505
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