Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 699693bd354..a3b238d657d 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -40,8 +40,9 @@
&:target,
&.target {
- .timeline-content {
- background: $line-target-blue !important;
+ .timeline-content,
+ + .public-note.discussion-reply-holder {
+ background-color: $line-target-blue !important;
}
&.system-note .note-body .note-text.system-note-commit-list::after {