Commit 40805f25 authored by Mike Greiling's avatar Mike Greiling

only underline the issue title when hovering over a related issue block link

parent b7a1469d
......@@ -34,6 +34,14 @@ $token_spacing_bottom: 0.5em;
li .issue-info-container {
padding-left: $gl-padding;
}
a.issue-main-info:hover {
text-decoration: none;
.issue-token-title-text {
text-decoration: underline;
}
}
}
.related-issues-loading-icon {
......
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