Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/240317

Change subject: Remove superfluous rules from print CSS
......................................................................

Remove superfluous rules from print CSS

Remove superfluous and confusing rules that are either duplicated
or overridden by !important-rules anyway.
Saves a few bytes and the sanity of whoever looks at the stylesheet.

Change-Id: I12e66f186d4ab116018742762d32f0886561548e
---
M resources/src/mediawiki.legacy/commonPrint.css
1 file changed, 0 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/17/240317/1

diff --git a/resources/src/mediawiki.legacy/commonPrint.css 
b/resources/src/mediawiki.legacy/commonPrint.css
index e1b3198..77fa753 100644
--- a/resources/src/mediawiki.legacy/commonPrint.css
+++ b/resources/src/mediawiki.legacy/commonPrint.css
@@ -147,22 +147,9 @@
 /**
  * Links
  */
-a.stub,
-a.new {
-       color: #ba0000;
-       text-decoration: none;
-}
-
 a {
-       color: black !important;
        background: none !important;
        padding: 0 !important;
-}
-
-a:link, a:visited {
-       color: #520;
-       background: transparent;
-       text-decoration: underline;
 }
 
 /* Expand URLs for printing */

-- 
To view, visit https://gerrit.wikimedia.org/r/240317
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12e66f186d4ab116018742762d32f0886561548e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>
Gerrit-Reviewer: Schnark <listenle...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to