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

This commit is contained in:
Annabel Dunstone Gray 2019-05-21 14:03:09 -05:00
parent bc4a18ecb9
commit e009a00e79
3 changed files with 11 additions and 1 deletions

View File

@ -156,6 +156,10 @@
&:hover { &:hover {
background: none; background: none;
} }
a {
color: $blue-600;
}
} }
} }
} }

View File

@ -32,7 +32,8 @@
- from_label = from - from_label = from
= link_to project_compare_path(project, from: from, to: event.commit_to) do = 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 - if create_mr
%span %span

View File

@ -0,0 +1,5 @@
---
title: Use blue for activity stream links; use monospace font for commit sha
merge_request:
author:
type: other