From 37b9173bd55ad9642df1e63075a078c282b31b28 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Fri, 15 Feb 2019 14:05:23 -0500 Subject: Make "moved" Link to Moved Issue The text "moved" now links to the issue the closed issue was moved to. --- app/assets/stylesheets/framework/issue_box.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss index e51f230a680..8c77634edd7 100644 --- a/app/assets/stylesheets/framework/issue_box.scss +++ b/app/assets/stylesheets/framework/issue_box.scss @@ -32,6 +32,11 @@ &.status-box-issue-closed, &.status-box-mr-merged { background-color: $blue-500; + + a { + color: inherit; + text-decoration: underline; + } } &.status-box-open { -- cgit v1.2.3