Commit c96dadf9 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'approvers-text-decoration' into 'master'

Remove suggested approvers text decoration on hover

Closes #2607

See merge request !2487
parents f9a49ded 8d0f6415
...@@ -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