Description:
The text in the second banner will always appear in white when it's loaded as a result of the first banner being dismissed.

Steps to reproduce:
1) Set the Text color to a different color than white, such as "ff0" - yellow
2) Enable Thank you message if not already enabled
3) Clear your "cookie-agreed" cookie
4) Reload your site in the browser
5) Click "OK" (or otherwise dismiss the first banner)

Expected results
The text of the second banner (thank you) should also appear with yellow text.

Actual results
The second banner appears using white text (coming from the module css file).

Comments

svenryen created an issue. See original summary.

svenryen’s picture

Here is a patch that solves the issue.

  • svenryen committed 8d0ec2a on 8.x-1.x
    Issue #2947744 by svenryen: Thank you text is always displayed in white
    
svenryen’s picture

Status: Active » Fixed
svenryen’s picture

Status: Fixed » Closed (fixed)