From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Hyperlinks! Date: Mon, 13 Apr 2020 16:41:02 +0200 Message-ID: <20200413163707.1ade8ccb@scratchpost.org> References: <87eesrlkil.fsf@gnu.org> <704d2cb4-bc8a-c2ab-f5ce-913b1e5ea6c1@gmail.com> <873697jxq1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/f8v_Dpc7ckOaMbKChZJQGL8"; protocol="application/pgp-signature"; micalg=pgp-sha256 Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50019) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO0Gr-0008NY-Sd for guix-devel@gnu.org; Mon, 13 Apr 2020 10:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO0Gq-0006hq-Rx for guix-devel@gnu.org; Mon, 13 Apr 2020 10:41:09 -0400 In-Reply-To: <873697jxq1.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org --Sig_/f8v_Dpc7ckOaMbKChZJQGL8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo, On Mon, 13 Apr 2020 15:56:22 +0200 Ludovic Court=C3=A8s wrote: > > when you mouse-over the function name line, a > > "permalink to this definition" appears. =20 >=20 > I=E2=80=99m not sure how to do that. Isn=E2=80=99t there some JavaScript= involved? The CSS selector ":hover" selects the block only when you are hovering over= it: a[name] img { display: none; } a[name]:hover img { display: inline; } Used like that:

with class ...

--Sig_/f8v_Dpc7ckOaMbKChZJQGL8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl6Uef4ACgkQ5xo1VCww uqVRcAf9EDLOSxGNwidIfwYrP4UaFz2TUb6D2eJ3EOKrch6r4AFEyM9P+yDX9vFn iIqQDLwgszMorh5TrdJY8AlpWv76saUWSfemg7ygl1NPe2Uxcp17nLjDcgujxEGg PkXjYNlehIzDyzf7JS3xE7VDvgFoZIaRgD/3ETZrvRMNVeDfYwvNfc5tnU+nKAKc TAYeucLKY4m4BFuH8EZ5kzQYYlfWx4mxJhO9eZnSwgTaALom20kpEuHKoO3UzV2H zxG+7KGcfeIG4eASB0vYKomULlj63RDgyU/Vl7oj1Hwaa5mAJiVl0gvLvOeQWJUr IlLWsrqW7ppVY+sA3AUMZCULiyT39w== =SrHo -----END PGP SIGNATURE----- --Sig_/f8v_Dpc7ckOaMbKChZJQGL8--