Opening the "Accept"/"Do Not Accept" modal applies a background color to the body tag's style attribute, via line 58 of disclaimer.js:

$(document.body, context).css("background-color", '#ccc');

But it never gets set back to the original color.

Comments

hawkeye.twolf created an issue. See original summary.

  • jenna.tollerson committed 6cad59e on 8.x-1.x
    Issue #3037400: Body background color not restored after closing modal
    
jenna.tollerson’s picture

Status: Active » Fixed

I tested this a bit and it seems like adding this <body> color is unnecessary; in Bartik it doesn't change the appearance of the modal at all. So that line is out.

hawkeye.twolf’s picture

Sweeeeet. Thanks, @jenna.tollerson!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.