summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-21 19:03:48 +0000
committerClement Ho <ClemMakesApps@gmail.com>2017-06-21 16:16:56 -0500
commit601c15ee679c2866fc10a6df71edf4b0b7b86f4e (patch)
treec0857203ff16bb20a21e231feac865b10f6e231c
parent8ebbe492fa8d735f565760fab7fe0ad14a872f28 (diff)
downloadgitlab-ce-601c15ee679c2866fc10a6df71edf4b0b7b86f4e.tar.gz
Merge branch 'system-note-commits-list-gradient-fix' into 'master'
Fixed commit list system not gradient Closes #33896 See merge request !12306
-rw-r--r--app/assets/stylesheets/framework/timeline.scss4
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 10881987038..3d68a50f91f 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -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 {
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 8b7df4dd72b..b6988c01b4a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -250,7 +250,7 @@ ul.notes {
&::after {
content: '';
width: 100%;
- height: 67px;
+ height: 70px;
position: absolute;
left: 0;
bottom: 0;