Fixed commit list system not gradient

Closes #33896
This commit is contained in:
Phil Hughes 2017-06-20 14:33:39 +01:00
parent bf57a7e80c
commit 0337b20dbe
2 changed files with 5 additions and 1 deletions

View File

@ -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 {

View File

@ -250,7 +250,7 @@ ul.notes {
&::after {
content: '';
width: 100%;
height: 67px;
height: 70px;
position: absolute;
left: 0;
bottom: 0;