désactive href mot clef ressources liées

This commit is contained in:
2023-10-04 15:18:33 +02:00
parent 56f52ccfb5
commit 2c67afe9fc
3 changed files with 5 additions and 2 deletions
@@ -1916,7 +1916,9 @@ a {
vertical-align: super;
padding-left: 0.1rem;
padding-right: 0.1rem;
display: inline-flex; }
display: inline-flex;
pointer-events: none !important;
cursor: default; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource div ul.links.inline {
display: none; }
@@ -373,7 +373,7 @@
padding-left: 0.1rem;
padding-right: 0.1rem;
display: inline-flex;
pointer-events: none;
pointer-events: none !important;
cursor: default;
}
}
@@ -106,6 +106,7 @@
padding-left: 0.1rem;
padding-right: 0.1rem;
display: inline-flex;
pointer-events: none;
}
}
}