Follow-up If0588439: Fix color of active & visited selflinks
authorEd Sanders <esanders@wikimedia.org>
Thu, 30 Mar 2017 10:54:49 +0000 (11:54 +0100)
committerEd Sanders <esanders@wikimedia.org>
Thu, 30 Mar 2017 10:54:49 +0000 (11:54 +0100)
Bug: T160480
Change-Id: I3efb0705ad2365f676df41b0166403b8f43f19a5

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 */