Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2019-02-15 22:05:23 +0300
committerAndrew Fontaine <afontaine@gitlab.com>2019-02-21 17:34:00 +0300
commit37b9173bd55ad9642df1e63075a078c282b31b28 (patch)
tree32f8e4a4ed7711922078a5ece25049574a7855fb /app/assets
parentc8bf9f78f3e481cb7e74384fa45b46b864fa523a (diff)
Make "moved" Link to Moved Issue
The text "moved" now links to the issue the closed issue was moved to.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss5
1 files changed, 5 insertions, 0 deletions
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 {