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
c65f33b4
Commit
c65f33b4
authored
Aug 17, 2021
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix file count text color in dark mode
parent
5d6824dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/diffs/components/diff_stats.vue
app/assets/javascripts/diffs/components/diff_stats.vue
+2
-2
No files found.
app/assets/javascripts/diffs/components/diff_stats.vue
View file @
c65f33b4
...
...
@@ -62,8 +62,8 @@ export default {
</div>
<div
v-else
class=
"diff-stats-contents"
>
<div
v-if=
"hasDiffFiles"
class=
"diff-stats-group"
>
<gl-icon
name=
"doc-code"
class=
"diff-stats-icon
text-secondary
"
/>
<span
class=
"
text-secondary
bold"
>
{{
diffFilesCountText
}}
{{
filesText
}}
</span>
<gl-icon
name=
"doc-code"
class=
"diff-stats-icon
gl-text-gray-500
"
/>
<span
class=
"
gl-text-gray-500
bold"
>
{{
diffFilesCountText
}}
{{
filesText
}}
</span>
</div>
<div
class=
"diff-stats-group gl-text-green-600 gl-display-flex gl-align-items-center"
...
...
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