[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Online HTML manuals for Emacs missing important CSS
From: |
Yuri Khan |
Subject: |
Re: Online HTML manuals for Emacs missing important CSS |
Date: |
Mon, 3 Apr 2023 01:01:47 +0700 |
On Sun, 2 Apr 2023 at 20:11, Gavin Smith <gavinsmith0123@gmail.com> wrote:
> There are Å› (pilcrow) symbols visible indicating copiable links.
>
> texi2any outputs CSS rules to hide these unless the users moves their
> mouse pointer over the text:
>
> a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
> span:hover a.copiable-link {visibility: visible}
How do these rules behave on mobile browsers where there is no mouse?