jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/385123 )

Change subject: Replace unique color with standard subtle print color
......................................................................


Replace unique color with standard subtle print color

Replacing `#9aa0a7` with standard subtle `#999` print color.
Also clarfiying LESS variable naming and removing unused variable
`@printBorderColorLight`.

Change-Id: I2c1b36099935aa99d63a3316b3a107a23ffa0afd
---
M minerva.less/minerva.variables.less
M resources/skins.minerva.base.styles/print/article.less
M resources/skins.minerva.base.styles/print/footer.less
3 files changed, 6 insertions(+), 6 deletions(-)

Approvals:
  jenkins-bot: Verified
  VolkerE: Looks good to me, but someone else must approve
  Jdlrobson: Looks good to me, approved



diff --git a/minerva.less/minerva.variables.less 
b/minerva.less/minerva.variables.less
index 968e3eb..e2590ee 100644
--- a/minerva.less/minerva.variables.less
+++ b/minerva.less/minerva.variables.less
@@ -104,9 +104,9 @@
 @notificationBackgroundUnread: @colorDestructive;
 @notificationColorUnread: #fff;
 
-// Print specific
-@printBorderColor: #9aa0a7;
-@printBorderColorLight: @colorGray12;
-
 // z-index:
 @z-indexOverlay: 1;
+
+// Print specific
+@colorPrintSubtle: #999;
+@borderColorPrint: #999;
diff --git a/resources/skins.minerva.base.styles/print/article.less 
b/resources/skins.minerva.base.styles/print/article.less
index 1cd67b5..dca999c 100644
--- a/resources/skins.minerva.base.styles/print/article.less
+++ b/resources/skins.minerva.base.styles/print/article.less
@@ -68,7 +68,7 @@
        display: block;
        width: 55px;
        height: @dividerHeight;
-       background: @printBorderColor;
+       background: @borderColorPrint;
 }
 
 .thumbcaption {
diff --git a/resources/skins.minerva.base.styles/print/footer.less 
b/resources/skins.minerva.base.styles/print/footer.less
index e73ed97..aae452e 100644
--- a/resources/skins.minerva.base.styles/print/footer.less
+++ b/resources/skins.minerva.base.styles/print/footer.less
@@ -49,7 +49,7 @@
                .license a,
                .license {
                        font-size: 30px;
-                       color: @printBorderColor;
+                       color: @colorPrintSubtle;
                        font-weight: normal;
                }
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2c1b36099935aa99d63a3316b3a107a23ffa0afd
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/skins/MinervaNeue
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Pmiazga <[email protected]>
Gerrit-Reviewer: VolkerE <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to