https://bugzilla.wikimedia.org/show_bug.cgi?id=67486

--- Comment #2 from Gabriel Wicke <[email protected]> ---
Solution using CSS:

<html><style>
        a[href="test.html"] {
            font-weight: bold;
            color: inherit;
            text-decoration: inherit;
            pointer-events: none;
            cursor: text;
        }
    </style>
    <body>
        Some link to <a href="test.html">test.html</a> 
    </body>
</html>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to