Self links should not be marked as legacy css
authorjdlrobson <jdlrobson@gmail.com>
Tue, 6 Mar 2018 18:04:12 +0000 (10:04 -0800)
committerjdlrobson <jdlrobson@gmail.com>
Tue, 6 Mar 2018 18:04:12 +0000 (10:04 -0800)
Bug: T181472
Change-Id: Ia19a223a2393d5920ae044c396dc25e80354b3fe

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;