summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-21 14:03:09 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-22 10:50:46 -0500
commite009a00e799c856788211033746c6cc39552cc87 (patch)
tree9dcecb5556d4c2dda3093fab2be80876a166a9b1
parentbc4a18ecb9e85a5ee51541ed25b2cb9c4a2768b5 (diff)
downloadgitlab-ce-61049-links-activity-stream.tar.gz
Use blue for activity stream links; use monospace font for commit sha61049-links-activity-stream
-rw-r--r--app/assets/stylesheets/pages/events.scss4
-rw-r--r--app/views/events/event/_push.html.haml3
-rw-r--r--changelogs/unreleased/61049-links-activity-stream.yml5
3 files changed, 11 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 618f23d81b1..e34628002ac 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -156,6 +156,10 @@
&:hover {
background: none;
}
+
+ a {
+ color: $blue-600;
+ }
}
}
}
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index 69914fccc48..21c418cb0e4 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -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
diff --git a/changelogs/unreleased/61049-links-activity-stream.yml b/changelogs/unreleased/61049-links-activity-stream.yml
new file mode 100644
index 00000000000..3aac84adc31
--- /dev/null
+++ b/changelogs/unreleased/61049-links-activity-stream.yml
@@ -0,0 +1,5 @@
+---
+title: Use blue for activity stream links; use monospace font for commit sha
+merge_request:
+author:
+type: other