Commit 292e901a authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-power-off icon with GitLab SVG

parent 86abb0af
......@@ -251,10 +251,6 @@
content: '\f06d';
}
.fa-power-off::before {
content: '\f011';
}
.fa-download::before {
content: '\f019';
}
......
......@@ -102,7 +102,7 @@ module IconsHelper
if value
icon('circle', class: 'cgreen')
else
icon('power-off', class: 'clgray')
sprite_icon('power', css_class: 'clgray')
end
end
......
---
title: Replace fa-power-off icon with GitLab SVG power icon
merge_request: 39330
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