From a180b95f60314872e4498bfcf56fc8fb5c34b521 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 20 Jan 2022 08:24:35 -0500 Subject: Make primitives in explain output clickable --- docs/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 0aa2bc7a..78344eab 100644 --- a/docs/style.css +++ b/docs/style.css @@ -151,6 +151,7 @@ textarea { width: 100%; outline: none; resize: vertical; margin: 0; } fill: #272e30; cursor: pointer; } +.clickable { cursor: pointer; } .replLink { float: right; -- cgit v1.2.3