summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-21 15:52:45 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-21 22:31:45 +0000
commite93c95204d0e47afea033eab3a09186c1ecf9a2a (patch)
treebc681ed53d7938e2fef3f473ee7a4696e8fe2c13
parent0a9ce658ac7921556ef5c91badd504b6f90922a5 (diff)
downloadgitlab-ce-e93c95204d0e47afea033eab3a09186c1ecf9a2a.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,