Merge "Follow-up If0588439: Fix color of active & visited selflinks"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 30 Mar 2017 13:23:03 +0000 (13:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 30 Mar 2017 13:23:03 +0000 (13:23 +0000)
resources/src/mediawiki.legacy/shared.css

index 6ced6dc..8d7a2a9 100644 (file)
@@ -332,6 +332,10 @@ a.mw-selflink:hover {
        cursor: inherit;
        text-decoration: inherit;
 }
+a.mw-selflink:active,
+a.mw-selflink:visited {
+       color: inherit;
+}
 
 /* Plainlinks - this can be used to switch
  * off special external link styling */