Re: A minor bug in doc. Hovering over heading shows # besides it.

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Muhammad Ikram <mmikram(at)gmail(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: A minor bug in doc. Hovering over heading shows # besides it.
Date: 2024-11-12 12:11:51
Message-ID: E45956B9-A518-4BC8-991A-3A03CC43B988@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 12 Nov 2024, at 12:51, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>
> By the way, is there something funny going on with the transparency of
> these tooltips? I was looking at this page today
> https://www.postgresql.org/docs/current/creating-cluster.html
> and see it like the attached screenshot. The tooltip appears to have no
> background color, so the text underneath shows through, which is weird ...

Seems like av oversight omitting the background-color in the original patch,
and in testing I wasn't using a viewport where the tooltip overlapped content.
The attached (lightly tested) diff should fix that according to the currently
chosen colorscheme.

--
Daniel Gustafsson

Attachment Content-Type Size
id_link_bgcolor.diff application/octet-stream 1.0 KB

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Scott Preschern 2024-11-12 20:33:25 Re: Documentation error in tutorial page for Window Functions
Previous Message Alvaro Herrera 2024-11-12 11:51:30 Re: A minor bug in doc. Hovering over heading shows # besides it.