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.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index a3b238d657d..921e03f45f3 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -31,7 +31,6 @@
&:not(.note-form).internal-note .timeline-content,
&:not(.note-form).draft-note .timeline-content {
background-color: $orange-50 !important;
- border-radius: 3px;
}
.timeline-entry-inner {
@@ -40,9 +39,12 @@
&:target,
&.target {
- .timeline-content,
+ .timeline-content {
+ background-color: $line-target-blue;
+ }
+
+ .public-note.discussion-reply-holder {
- background-color: $line-target-blue !important;
+ padding-top: $gl-padding-12 !important;
}
&.system-note .note-body .note-text.system-note-commit-list::after {