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
0337b20d
Commit
0337b20d
authored
Jun 20, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed commit list system not gradient
Closes #33896
parent
bf57a7e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/framework/timeline.scss
app/assets/stylesheets/framework/timeline.scss
+4
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
No files found.
app/assets/stylesheets/framework/timeline.scss
View file @
0337b20d
...
...
@@ -44,6 +44,10 @@
&
:target
,
&
.target
{
background
:
$line-target-blue
;
&.
system-note
.
note-body
.
note-text
.
system-note-commit-list
:
:
after
{
background
:
linear-gradient
(
rgba
(
$line-target-blue
,
0
.1
)
-100px
,
$line-target-blue
100%
);
}
}
.avatar
{
...
...
app/assets/stylesheets/pages/notes.scss
View file @
0337b20d
...
...
@@ -250,7 +250,7 @@ ul.notes {
&
:
:
after
{
content
:
''
;
width
:
100%
;
height
:
67
px
;
height
:
70
px
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
...
...
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