Commit db9a8f4e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Fixed commit list system not gradient

Closes #33896

See merge request !12306
parents c66fdc2b 0337b20d
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
&:target, &:target,
&.target { &.target {
background: $line-target-blue; 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 { .avatar {
......
...@@ -250,7 +250,7 @@ ul.notes { ...@@ -250,7 +250,7 @@ ul.notes {
&::after { &::after {
content: ''; content: '';
width: 100%; width: 100%;
height: 67px; height: 70px;
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment