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:
authorPhil Hughes <me@iamphill.com>2018-08-15 16:00:07 +0300
committerPhil Hughes <me@iamphill.com>2018-08-15 16:00:07 +0300
commit353360ef824e10cb0197733e7b104a6fb53cf9af (patch)
treec5597ca4c20f898f1399086c2e464da75926a40c
parent6010fe86bae9fd922e6897aeaafdb3bd8633409f (diff)
parent00c98303a1adc1e5f8af04415b4eb4c89b3b1386 (diff)
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.scss4
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;
}