diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-04-21 15:52:45 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-04-21 15:52:45 +0000 |
commit | cd19ce8b05cf65f7dfeb6ffc09e010aed145a83d (patch) | |
tree | 81b6f205a8368b6d204471e3fbd34203d9d26335 | |
parent | ffef71d99befeceda618366a0cd9160735515f29 (diff) | |
parent | 2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 (diff) | |
download | gitlab-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

Fixes #15444
See merge request !3847
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 3 |
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, |