diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 3f228d0..0f788c1 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -278,6 +278,10 @@ svg.ext { display: none; } +p, div { + cursor: default !important; +} + @media (max-width: 800px) { header #block-reha-logoministere { padding-left: 2rem; @@ -2116,6 +2120,9 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div font-weight: 900; line-height: 1; } +.view-display-id-page_1 footer .view-display-id-block_2 .views-row .node-type-site .infos-content-site h2 a { + cursor: default !important; +} .view-display-id-page_1 footer .view-display-id-block_2 .views-row .node-type-site .infos-content-site .first-row { order: 1; display: flex; diff --git a/web/themes/custom/reha/scss/global/_reset.scss b/web/themes/custom/reha/scss/global/_reset.scss index a845e30..ae171ce 100644 --- a/web/themes/custom/reha/scss/global/_reset.scss +++ b/web/themes/custom/reha/scss/global/_reset.scss @@ -24,4 +24,8 @@ svg.mailto{ } svg.ext{ display: none; +} + +p, div{ + cursor: default !important; } \ No newline at end of file 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 33a46e2..0f44676 100644 --- a/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss +++ b/web/themes/custom/reha/scss/pages/les-sites-pilotes.scss @@ -177,6 +177,10 @@ font-size: 1.6rem; font-weight: 900; line-height: 1; + a{ + cursor: default !important; + } + } .first-row{ order: 1;