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
2c7db3ff
Commit
2c7db3ff
authored
Feb 15, 2022
by
Mustafa Mert Sandal
Committed by
Ezekiel Kigbo
Feb 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No-coverage lines more prominent than covered lines
Changelog: changed
parent
cf9ce219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/highlight/common.scss
app/assets/stylesheets/highlight/common.scss
+2
-2
No files found.
app/assets/stylesheets/highlight/common.scss
View file @
2c7db3ff
...
...
@@ -53,11 +53,11 @@
transition
:
border-left
0
.1s
ease-out
;
&
.coverage
{
border-left
:
4
px
solid
$coverage
;
border-left
:
2
px
solid
$coverage
;
}
&
.no-coverage
{
border-left
:
2
px
solid
$no-coverage
;
border-left
:
4
px
solid
$no-coverage
;
}
}
...
...
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