From 2f3b44ea4305aa200432fef587ba1a6dc89a00f3 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 11 Aug 2022 18:21:25 +0000 Subject: dashboard: visualize stale repros When rendering a crash list, strike stale repros with a line (like the tag does). --- pkg/html/pages/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/html/pages/style.css') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 7a2ca851a..19d06210b 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -181,6 +181,10 @@ table td, table th { font-family: monospace; } +.list_table .stale_repro { + text-decoration: line-through; +} + .bad { color: #f00; font-weight: bold; -- cgit mrf-deployment