From 22d6ad7550a897e5a60249f3a5944883f1386fc1 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Tue, 9 Oct 2018 12:13:28 +0100 Subject: Show if the host is a canary host in the perf bar If the request came from a canary host, show this in the performance bar by: 1. Adding a bird emoji. 2. Colouring the hostname yellow. --- app/assets/stylesheets/performance_bar.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/performance_bar.scss') diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss index 59fdbf31fe9..9c01a2f8bda 100644 --- a/app/assets/stylesheets/performance_bar.scss +++ b/app/assets/stylesheets/performance_bar.scss @@ -68,6 +68,10 @@ } } + .current-host.canary { + color: $perf-bar-canary-text; + } + strong { color: $white-light; } -- cgit v1.2.1