https://bugzilla.wikimedia.org/show_bug.cgi?id=34901

       Web browser: ---
             Bug #: 34901
           Summary: Link styles in Monobook are broken
           Product: MediaWiki
           Version: 1.19
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: User interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to