Commit d877d995 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '225889-replace-fa-power-off-icon-with-gitlab-svg-power-icon-2' into 'master'

Replace fa-power-off icon with GitLab SVG power icon

Closes #225889

See merge request gitlab-org/gitlab!39330
parents e78a4382 292e901a
......@@ -250,10 +250,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