Commit 2ad0999b authored by Phil Hughes's avatar Phil Hughes

Merge branch '61049-links-activity-stream' into 'master'

Use blue for activity stream links; use monospace font for commit sha

Closes #61049

See merge request gitlab-org/gitlab-ce!28558
parents f964eb4b e009a00e
......@@ -156,6 +156,10 @@
&:hover {
background: none;
}
a {
color: $blue-600;
}
}
}
}
......
......@@ -32,7 +32,8 @@
- from_label = from
= link_to project_compare_path(project, from: from, to: event.commit_to) do
Compare #{from_label}...#{truncate_sha(event.commit_to)}
%span Compare
%span.commit-sha #{from_label}...#{truncate_sha(event.commit_to)}
- if create_mr
%span
......
---
title: Use blue for activity stream links; use monospace font for commit sha
merge_request:
author:
type: other
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