diff options
author | Phil Hughes <me@iamphill.com> | 2018-08-15 13:00:07 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-08-15 13:00:07 +0000 |
commit | 353360ef824e10cb0197733e7b104a6fb53cf9af (patch) | |
tree | c5597ca4c20f898f1399086c2e464da75926a40c | |
parent | 6010fe86bae9fd922e6897aeaafdb3bd8633409f (diff) | |
parent | 00c98303a1adc1e5f8af04415b4eb4c89b3b1386 (diff) | |
download | gitlab-ce-353360ef824e10cb0197733e7b104a6fb53cf9af.tar.gz |
Merge branch 'backport-author-link-style' into 'master'
Add author-link style from common.scss in EE
See merge request gitlab-org/gitlab-ce!21204
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 268e68dbb15..48a87ea8616 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -117,6 +117,10 @@ hr { color: $blue-600; } +.author-link:hover { + text-decoration: none; +} + .back-link { font-size: 14px; } |