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
1e3cdaf4
Commit
1e3cdaf4
authored
Oct 19, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove fa-file-text-o icon
- This removes the fa-file-text-o class from the stylesheet and from mock data
parent
2ae8ab3a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
8 deletions
+4
-8
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
spec/frontend/diffs/components/diff_file_header_spec.js
spec/frontend/diffs/components/diff_file_header_spec.js
+1
-1
spec/frontend/diffs/mock_data/diff_discussions.js
spec/frontend/diffs/mock_data/diff_discussions.js
+1
-1
spec/frontend/diffs/mock_data/diff_file.js
spec/frontend/diffs/mock_data/diff_file.js
+1
-1
spec/frontend/diffs/mock_data/diff_file_unreadable.js
spec/frontend/diffs/mock_data/diff_file_unreadable.js
+1
-1
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
1e3cdaf4
...
...
@@ -125,10 +125,6 @@
content
:
'\f077'
;
}
.
fa-file-text-o
:
:
before
{
content
:
'\f0f6'
;
}
.
fa-github
:
:
before
{
content
:
'\f09b'
;
}
...
...
spec/frontend/diffs/components/diff_file_header_spec.js
View file @
1e3cdaf4
...
...
@@ -20,7 +20,7 @@ const diffFile = Object.freeze(
name
:
'
base.js
'
,
mode
:
'
100644
'
,
readable_text
:
true
,
icon
:
'
file-text-o
'
,
icon
:
'
doc-text
'
,
},
}),
);
...
...
spec/frontend/diffs/mock_data/diff_discussions.js
View file @
1e3cdaf4
...
...
@@ -260,7 +260,7 @@ export default {
name
:
'
CHANGELOG
'
,
mode
:
'
100644
'
,
readable_text
:
true
,
icon
:
'
file-text-o
'
,
icon
:
'
doc-text
'
,
},
blob_path
:
'
CHANGELOG
'
,
blob_name
:
'
CHANGELOG
'
,
...
...
spec/frontend/diffs/mock_data/diff_file.js
View file @
1e3cdaf4
...
...
@@ -7,7 +7,7 @@ export default {
name
:
'
CHANGELOG
'
,
mode
:
'
100644
'
,
readable_text
:
true
,
icon
:
'
file-text-o
'
,
icon
:
'
doc-text
'
,
},
blob_path
:
'
CHANGELOG
'
,
blob_name
:
'
CHANGELOG
'
,
...
...
spec/frontend/diffs/mock_data/diff_file_unreadable.js
View file @
1e3cdaf4
...
...
@@ -7,7 +7,7 @@ export default {
name
:
'
CHANGELOG
'
,
mode
:
'
100644
'
,
readable_text
:
false
,
icon
:
'
file-text-o
'
,
icon
:
'
doc-text
'
,
},
blob_path
:
'
CHANGELOG
'
,
blob_name
:
'
CHANGELOG
'
,
...
...
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