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:
authorSean McGivern <sean@gitlab.com>2018-10-09 14:13:28 +0300
committerSean McGivern <sean@gitlab.com>2018-10-12 14:37:18 +0300
commit22d6ad7550a897e5a60249f3a5944883f1386fc1 (patch)
treee784d9727fcd5ca57031a5580cddf4730536a6a2 /app/assets/stylesheets/performance_bar.scss
parent0c9a6c348b86bcebe72047b93bf46f4a49f998f8 (diff)
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.
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r--app/assets/stylesheets/performance_bar.scss4
1 files changed, 4 insertions, 0 deletions
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;
}