@@ -878,6 +878,48 @@ header [data-icon="adjust"] {
878878 cursor : pointer !important ;
879879}
880880
881+ /* Target all publication links more broadly */
882+ .publications-page .hbx-collection a [href ^= "/publications/" ],
883+ .publications-page .collection a [href ^= "/publications/" ],
884+ .publications-page .publication a [href ^= "/publications/" ],
885+ .publications-page .card a [href ^= "/publications/" ],
886+ .publications-page .item a [href ^= "/publications/" ] {
887+ pointer-events : none !important ;
888+ cursor : default !important ;
889+ text-decoration : none !important ;
890+ }
891+
892+ /* Re-enable external links for all publication contexts */
893+ .publications-page .hbx-collection a [href ^= "http" ],
894+ .publications-page .hbx-collection a [href ^= "https" ],
895+ .publications-page .collection a [href ^= "http" ],
896+ .publications-page .collection a [href ^= "https" ],
897+ .publications-page .publication a [href ^= "http" ],
898+ .publications-page .publication a [href ^= "https" ],
899+ .publications-page .card a [href ^= "http" ],
900+ .publications-page .card a [href ^= "https" ],
901+ .publications-page .item a [href ^= "http" ],
902+ .publications-page .item a [href ^= "https" ] {
903+ pointer-events : auto !important ;
904+ cursor : pointer !important ;
905+ }
906+
907+ /* More aggressive targeting for all internal publication links */
908+ .publications-page a [href *= "/publications/" ]: not ([href ^= "http" ]): not ([href ^= "https" ]) {
909+ pointer-events : none !important ;
910+ cursor : default !important ;
911+ text-decoration : none !important ;
912+ }
913+
914+ /* Ensure external links work everywhere */
915+ .publications-page a [href ^= "http" ],
916+ .publications-page a [href ^= "https" ],
917+ .publications-page a [href ^= "mailto:" ] {
918+ pointer-events : auto !important ;
919+ cursor : pointer !important ;
920+ text-decoration : underline !important ;
921+ }
922+
881923/* About page headers - lowercase - More specific targeting */
882924body [data-page-type = "landing" ] .about-page h2 ,
883925body [data-page-type = "landing" ] .about-page h3 ,
0 commit comments