Follow-up If0588439: Fix color of active & visited selflinks
[lhc/web/wiklou.git] / 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 */