Merge "Self links should not be marked as legacy css"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 7 Mar 2018 23:54:06 +0000 (23:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 7 Mar 2018 23:54:06 +0000 (23:54 +0000)
resources/src/mediawiki.legacy/shared.css
resources/src/mediawiki.skinning/elements.css

index 19b51eb..e46c758 100644 (file)
@@ -308,21 +308,6 @@ a.new {
        color: #ba0000;
 }
 
-/* self links */
-a.mw-selflink {
-       color: inherit;
-       font-weight: bold;
-       text-decoration: inherit;
-}
-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 */
 .plainlinks a.external {
index 19f3553..4544692 100644 (file)
@@ -49,6 +49,21 @@ a.new,
        color: #ba0000;
 }
 
+/* self links */
+a.mw-selflink {
+       color: inherit;
+       font-weight: bold;
+       text-decoration: inherit;
+}
+a.mw-selflink:hover {
+       cursor: inherit;
+       text-decoration: inherit;
+}
+a.mw-selflink:active,
+a.mw-selflink:visited {
+       color: inherit;
+}
+
 a.new:visited,
 #p-personal a.new:visited {
        color: #a55858;