Page MenuHomePhabricator

Inconsistent background color on Special:CX and Special:CXStats
Closed, InvalidPublic

Description

image.png (96×1 px, 36 KB)

I'd expect the background color be the same on both pages.

Event Timeline

Checked in wmf.23 - the element <li id="pt-uls" class="active"><a href="#" class="uls-trigger">English</a></li> seems to be identical on both pages: Special:ContentTranslationStats and Special:ContentTranslation

Screen Shot 2018-09-30 at 4.06.58 PM.png (56×197 px, 9 KB)

This is not about the language selector, but about the background color of the pages.

This is not about the language selector, but about the background color of the pages.

True, background colors are different. Therefore, moving to the Bugs column.

Etonkovidova subscribed.

@Petar.petkovic I re-checked in `wmf.17 - both Special:CX and Special:CXStats have

body.mw-special-ContentTranslation, body.mw-special-ContentTranslationStats {
    background: #eaecf0;
}

Please check if someting else needs to be done.

Petar.petkovic triaged this task as Low priority.

@Petar.petkovic I re-checked in `wmf.17 - both Special:CX and Special:CXStats have

body.mw-special-ContentTranslation, body.mw-special-ContentTranslationStats {
    background: #eaecf0;
}

Please check if someting else needs to be done.

That is correct, but on Special:CXStats, there is a <div> which is an immediate child of <body> and has a color #f8f9fa, which overrides that <body> color that is specified.
Therefore, background colors on Special:CX and Special:CXStats are not the same, thus inconsistent, as the title of this bug says.

Special:CXStat is no more.