Page MenuHomePhabricator

Red links appear in blue
Closed, ResolvedPublic

Description

Try:

<mapframe text="[[This link should be in red]]" width="350" height="350" zoom="13" longitude="-122.39953994750977" latitude="37.81032643553478">
{
  "type": "Feature",
  "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
  "properties": {
    "title": "[[This link should be in red]]",
    "marker-symbol": "museum",
    "marker-size": "large",
    "marker-color": "0050d0"
  }
}
</mapframe>

See:

Screen Shot 2017-01-09 at 10.30.59 AM.png (772×730 px, 286 KB)

Event Timeline

@Volker_E any plan on changing these colors?

a.new, #p-personal a.new {
	color: #ba0000;
}

a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

https://github.com/wikimedia/mediawiki/blob/a86d2e3514ee2b3a98f542c53ae4c8da23207406/resources/src/mediawiki.skinning/elements.css#L44-L50

Change 331508 had a related patch set uploaded (by JGirault):
Red links must appear in red

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

@JGirault Yes, indeed. There's an internal plan and a task specifically for Vector: T153043: Align Vector skin with WikimediaUI color palette
This is a sensitive area, therefore I've added Community Liasons to the task and we should have a short conversation at the Wikimedia-Design UI-Standardization offsite in the upcoming week.

Change 331508 merged by jenkins-bot:
Red links must appear in red

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

Deskana moved this task from Needs review to Done on the Maps-Sprint board.