Re: Button for "Community account sign-in" is not visible

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: Button for "Community account sign-in" is not visible
Дата
Msg-id 320658c0-8a15-42c3-cd21-97ccbdd8b356@postgresql.org
обсуждение исходный текст
Ответ на Re: Button for "Community account sign-in" is not visible  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Button for "Community account sign-in" is not visible
Список pgsql-www
On 10/25/22 3:32 PM, Daniel Gustafsson wrote:
>> On 25 Oct 2022, at 16:45, Andreas 'ads' Scherbaum <ads@pgug.de> wrote:
> 
>> The "Login" button is missing. Spotted this yesterday on another laptop, and confirmed today on my laptop.
>> Both Firefox and Chrome show it like this.
> 
> I suspect it's a bug in the recent dark mode patch as the text is there but is
> overridden to be white, thus blending with the background.

Kinda, sorta. This was due to an "!important" being attached to the 
general "input" tag which was forcing that style. To fix the issue, I 
remove that and a few other !important's in that block.

The bonus is that we get rid of more "!important" statements.

Thanks for reporting!

Jonathan


Вложения

В списке pgsql-www по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Button for "Community account sign-in" is not visible
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Dark mode styling for the website