Merge branch 'system-note-commits-list-gradient-fix' into 'master'

Fixed commit list system not gradient

Closes #33896

See merge request !12306
This commit is contained in:
Annabel Dunstone Gray 2017-06-21 19:03:48 +00:00
commit db9a8f4e32
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;