From 56691017481e6cc04108d97f2a4a2ef470c33767 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 7 Jul 2020 12:06:27 +1000 Subject: [PATCH] de-emphasise axis line, but don't hide completely --- ts/src/stats/graphs.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 8b7fb9362..397d3f785 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -37,7 +37,17 @@ body { } .no-domain-line .domain { - display: none; + opacity: 0.05; +} + +.tick { + line { + opacity: 0.1; + } + + text { + opacity: 0.5; + } } .range-box {