Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
292e901a
Commit
292e901a
authored
Aug 13, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-power-off icon with GitLab SVG
parent
86abb0af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
app/helpers/icons_helper.rb
app/helpers/icons_helper.rb
+1
-1
changelogs/unreleased/225889-replace-fa-power-off-icon-with-gitlab-svg-power-icon-2.yml
...eplace-fa-power-off-icon-with-gitlab-svg-power-icon-2.yml
+5
-0
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
292e901a
...
...
@@ -251,10 +251,6 @@
content
:
'\f06d'
;
}
.
fa-power-off
:
:
before
{
content
:
'\f011'
;
}
.
fa-download
:
:
before
{
content
:
'\f019'
;
}
...
...
app/helpers/icons_helper.rb
View file @
292e901a
...
...
@@ -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
...
...
changelogs/unreleased/225889-replace-fa-power-off-icon-with-gitlab-svg-power-icon-2.yml
0 → 100644
View file @
292e901a
---
title
:
Replace fa-power-off icon with GitLab SVG power icon
merge_request
:
39330
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment