From 290c1a4b590f6355a045f1717ccaa35b6a8adc16 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 18 Apr 2023 00:44:29 +0800 Subject: [PATCH] Make sure statuses inside edit history and not interact-able --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index da7577ca..cdc02f0a 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1185,6 +1185,7 @@ a.card:is(:hover, :focus) { #edit-history .history-item .status { border: 1px solid var(--outline-color); border-radius: 8px; + pointer-events: none; } /* DELETED */