From 58643f38bdd62dc538a03865b1f81eb77d957779 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 31 Dec 2024 14:56:37 +0100 Subject: feat: show scores in results table in dev mode --- frontend/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/static/style.css') diff --git a/frontend/static/style.css b/frontend/static/style.css index 60b38c8..8766844 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -185,3 +185,8 @@ li { p:last-child { margin-bottom: unset; } + +.open-sibling-dialog { + cursor: pointer; + text-decoration: underline; +} -- cgit 1.4.1