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

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

From
Andreas 'ads' Scherbaum
Date:

Hello,

Here's a screenshot of the "Community account sign-in" page:





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.


Regards,

-- 				Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project
Attachment

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

From
Daniel Gustafsson
Date:
> 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.

--
Daniel Gustafsson        https://vmware.com/




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

From
"Jonathan S. Katz"
Date:
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


Attachment

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

From
Andreas 'ads' Scherbaum
Date:
On 26/10/2022 12:14, Jonathan S. Katz wrote:
> 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!

Thanks for fixing it!

-- 
                Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project