diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-08-14 13:33:49 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-08-14 13:33:49 -0500 |
commit | 00c98303a1adc1e5f8af04415b4eb4c89b3b1386 (patch) | |
tree | 13299904154580ab5b2d0188e40cc418ab026a2d /app | |
parent | 125809ce03374816bfa9e64066e00f601f6cdb06 (diff) | |
download | gitlab-ce-00c98303a1adc1e5f8af04415b4eb4c89b3b1386.tar.gz |
Add author-link style from common.scss in EE
Diffstat (limited to 'app')
-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; } |