Last modified: 2012-03-14 16:31:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36901, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34901 - [Regression] Link styles in Monobook are broken
[Regression] Link styles in Monobook are broken
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.19
All All
: High normal (vote)
: 1.19.0 release
Assigned To: Nobody - You can work on this!
: code-update-regression
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-02 19:38 UTC by Derk-Jan Hartman
Modified: 2012-03-14 16:31 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2012-03-02 19:38:10 UTC
The monobook stylesheet has the definition:

/* External links */
#bodyContent a.external {
	color: #36b;
}

This definition overrides the 'less specific' rules:
.mw-body a.external {
	color: #36b;
}
.mw-body a.external:visited {
	color: #636; /* bug 3112 */
}
.mw-body a.external:active {
	color: #b63;
}

Resulting in the monobook skin no longer having a distinct color for visited links. We probably have this issue with more elements and/or more skins.
Comment 1 Antoine "hashar" Musso (WMF) 2012-03-05 15:02:12 UTC
Probably caused by r82495 by Krinkle made to fix bug 3112.
Comment 2 Mark A. Hershberger 2012-03-14 16:31:18 UTC
Looks ok now to me.

Compare http://winkyfrown.com/wiki118/index.php/Bug_34901
http://winkyfrown.com/wiki119/index.php/Bug_34901

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links