From a8df101ea9ac58da338bc4352cda646feed3df06 Mon Sep 17 00:00:00 2001
From: nicod_ <nicod@lerebooteux.fr>
Date: Sat, 9 Mar 2024 00:19:05 +0100
Subject: [PATCH] =?UTF-8?q?fix:=20Ne=20pas=20d=C3=A9sactiver=20le=20clic?=
 =?UTF-8?q?=20sur=20les=20`.editer.disabled`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Ref #5861
---
 prive/themes/spip/forms.css.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/prive/themes/spip/forms.css.html b/prive/themes/spip/forms.css.html
index be3200fe6d..f429a06bc3 100644
--- a/prive/themes/spip/forms.css.html
+++ b/prive/themes/spip/forms.css.html
@@ -747,7 +747,6 @@
 /* Champs disabled */
 .formulaire_spip .editer.disabled {
 	opacity: 0.5;
-	pointer-events: none;
 }
 
 
-- 
GitLab