Merge "Restore gray coloring for autocomments"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 3 Dec 2018 21:35:38 +0000 (21:35 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 3 Dec 2018 21:35:38 +0000 (21:35 +0000)
resources/src/mediawiki.legacy/oldshared.css
resources/src/mediawiki.legacy/shared.css

index f5a8272..caaebad 100644 (file)
@@ -153,7 +153,9 @@ img.thumbborder {
 
 /* Page history styling */
 /* the auto-generated edit comments */
-.autocomment {
+.autocomment,
+.autocomment a,
+.autocomment a:visited {
        color: #4b4b4b;
 }
 
index cdf47d0..a98a73f 100644 (file)
@@ -256,7 +256,9 @@ p.mw-delete-editreasons {
 }
 
 /* The auto-generated edit comments */
-.autocomment {
+.autocomment,
+.autocomment a,
+.autocomment a:visited {
        color: #72777d;
 }