summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-14 13:33:49 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-14 13:33:49 -0500
commit00c98303a1adc1e5f8af04415b4eb4c89b3b1386 (patch)
tree13299904154580ab5b2d0188e40cc418ab026a2d
parent125809ce03374816bfa9e64066e00f601f6cdb06 (diff)
downloadgitlab-ce-00c98303a1adc1e5f8af04415b4eb4c89b3b1386.tar.gz
Add author-link style from common.scss in EE
-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;
}