summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-21 15:52:45 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-04-21 15:52:45 +0000
commitcd19ce8b05cf65f7dfeb6ffc09e010aed145a83d (patch)
tree81b6f205a8368b6d204471e3fbd34203d9d26335
parentffef71d99befeceda618366a0cd9160735515f29 (diff)
parent2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 (diff)
downloadgitlab-ce-cd19ce8b05cf65f7dfeb6ffc09e010aed145a83d.tar.gz
Merge branch 'note-username-text-color' into 'master'
Fixed issue with author link color on dark diffs Correctly added a color to the author link ![Screen_Shot_2016-04-21_at_08.55.05](/uploads/ffa9e12e868c7b71fa4dd9244114274a/Screen_Shot_2016-04-21_at_08.55.05.png) Fixes #15444 See merge request !3847
-rw-r--r--app/assets/stylesheets/pages/notes.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 82f78e8d796..d54abe9bc02 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -183,6 +183,9 @@ ul.notes {
}
}
+ .author_link {
+ color: $gl-gray;
+ }
}
.note-headline-light,