diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-08-11 18:21:25 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-26 12:33:44 +0200 |
| commit | 2f3b44ea4305aa200432fef587ba1a6dc89a00f3 (patch) | |
| tree | 0d9ab5ea33fd6f16c608a0c754b2bbd0c8c31a3d /pkg | |
| parent | ae7ef8be831892da91b059337920c5db86941580 (diff) | |
dashboard: visualize stale repros
When rendering a crash list, strike stale repros with a line (like the
<s></s> tag does).
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/html/pages/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
