Page MenuHomePhabricator

[Regression] Legacy vector: Color of Special:Contributions red links is different than talk page red links
Closed, ResolvedPublic2 Estimated Story Points

Description

Originally reported at https://cs.wikipedia.org/wiki/Wikipedie:Pod_l%C3%ADpou_(technika)#c-Draceane-20220819115100-David_V.-20220813173800.

Talk page red links have different color from Special:Contributions red link, see https://cs.wikipedia.org/wiki/Speci%C3%A1ln%C3%AD:Protokolovac%C3%AD_z%C3%A1znamy?type=newusers&user=&page=&wpdate=&tagfilter=&subtype=&useskin=vector as an example (or screenshot below):

image.png (398×1 px, 79 KB)

There appear to be the following two CSS definitions with different shades of red:

.mw-usertoollinks-contribs-no-edits { /* Special:Contributions */
    color: #dd3333;
}

.skin-vector-legacy a.new { /* new pages, such as talk page link */
    color: #ba0000;
}

Can the shade of red be the same for all red links?

QA Results - Prod

ACStatusDetails
1T315662#8187273

Event Timeline

Jdlrobson renamed this task from Legacy vector: Color of Special:Contributions red links is different than talk page red links to [regression] Legacy vector: Color of Special:Contributions red links is different than talk page red links.Aug 22 2022, 7:57 AM
Jdlrobson added a project: Regression.

Change 825327 had a related patch set uploaded (by Jdlrobson; author: Jdlrobson):

[mediawiki/skins/Vector@master] Remove unnecessary FIXME

https://gerrit.wikimedia.org/r/825327

Can the shade of red be the same for all red links?

Looks like there's a bit of technical debt that needs removing. The contribs link is showing the right color, but the red link isn't. @Volker_E can you review?

ovasileva renamed this task from [regression] Legacy vector: Color of Special:Contributions red links is different than talk page red links to [Regression] Legacy vector: Color of Special:Contributions red links is different than talk page red links.Aug 22 2022, 3:21 PM
ovasileva lowered the priority of this task from High to Medium.Aug 22 2022, 5:38 PM
ovasileva set the point value for this task to 2.

Change 825327 merged by jenkins-bot:

[mediawiki/skins/Vector@master] Remove FIXME, add variables

https://gerrit.wikimedia.org/r/825327

Edtadros subscribed.

Test Result - Prod

Status: ✅ PASS
Environment: cswiki
OS: macOS Monterey
Browser: Chrome
Device: MBP
Emulated Device:NA

Test Artifact(s):

QA Steps

✅ AC1: All red links should be the same color red.

Screen Shot 2022-08-25 at 4.04.52 PM.png (238×886 px, 107 KB)

Screen Shot 2022-08-25 at 4.05.04 PM.png (227×860 px, 111 KB)

Screen Shot 2022-08-25 at 4.04.43 PM.png (230×899 px, 102 KB)