From 56f52ccfb5ac612bdefef2d1ab45d55c99bb6f1d Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 3 Oct 2023 16:43:09 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactive=20href=20mot-clefs=20dans=20page?= =?UTF-8?q?=20ressource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/eql/scss/pages/_ressource.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 38a181c..817da67 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -373,6 +373,8 @@ padding-left: 0.1rem; padding-right: 0.1rem; display: inline-flex; + pointer-events: none; + cursor: default; } } }