Commit 8d0f6415 authored by Bryce Johnson's avatar Bryce Johnson

Remove text decoration from author-link on hover.

parent b6326824
...@@ -97,6 +97,10 @@ hr { ...@@ -97,6 +97,10 @@ hr {
color: $gl-link-color; color: $gl-link-color;
} }
.author-link:hover {
text-decoration: none;
}
.back-link { .back-link {
font-size: 14px; font-size: 14px;
} }
......
---
title: Remove text underline from suggested approvers
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment