Browse Source

désactive href mot clef ressources liées

ouidade 7 months ago
parent
commit
2c67afe9fc

+ 3 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -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; }
 

+ 1 - 1
web/themes/custom/eql/scss/pages/_ressource.scss

@@ -373,7 +373,7 @@
                                             padding-left: 0.1rem;
                                             padding-right: 0.1rem;
                                             display: inline-flex;
-                                            pointer-events: none;
+                                            pointer-events: none !important;   
                                             cursor: default;
                                         }
                                     }

+ 1 - 0
web/themes/custom/eql/scss/partials/_block_third_ressources_liees.scss

@@ -106,6 +106,7 @@
                             padding-left: 0.1rem;
                             padding-right: 0.1rem;
                             display: inline-flex;
+                            pointer-events: none;
                         }
                     }
                 }