From 5f5a0f700087686dacadb8a9fe63b75c4a34a5e3 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 27 Jun 2024 11:59:57 +0200 Subject: [PATCH] cursor --- web/themes/custom/reha/dist/css/bundle.css | 1 + web/themes/custom/reha/scss/pages/les-sites-pilotes.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 0f788c1..a583b09 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -2122,6 +2122,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div } .view-display-id-page_1 footer .view-display-id-block_2 .views-row .node-type-site .infos-content-site h2 a { cursor: default !important; + pointer-events: none; } .view-display-id-page_1 footer .view-display-id-block_2 .views-row .node-type-site .infos-content-site .first-row { order: 1; diff --git a/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss b/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss index 0f44676..d99483c 100644 --- a/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss +++ b/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss @@ -179,6 +179,7 @@ line-height: 1; a{ cursor: default !important; + pointer-events: none; } }