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

Change subject: Change #f0f0f0 to color of color palette
......................................................................


Change #f0f0f0 to color of color palette

The color #f0f0f0 was used but is not a standard color of the color palette.
Now instead #eaecf0 (Base80) is used.

Bug: T158401
Change-Id: I2f25d95bb231dccb239a722dde3f391d375be0eb
---
M modules/dashboard/styles/ext.cx.dashboard.less
M modules/dashboard/styles/ext.cx.lists.common.less
M modules/tools/styles/ext.cx.tools.mt.card.less
M modules/ui/legacy/styles/mw.cx.ui.ToolsColumn.less
M modules/ui/styles/mw.cx.ui.ToolsColumn.less
M modules/widgets/common/ext.cx.common.less
M modules/widgets/translator/ext.cx.translator.less
7 files changed, 10 insertions(+), 10 deletions(-)

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



diff --git a/modules/dashboard/styles/ext.cx.dashboard.less 
b/modules/dashboard/styles/ext.cx.dashboard.less
index cdfa817..66e9731 100644
--- a/modules/dashboard/styles/ext.cx.dashboard.less
+++ b/modules/dashboard/styles/ext.cx.dashboard.less
@@ -2,7 +2,7 @@
 @import 'mediawiki.mixins';
 
 body {
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
 }
 
 .cx-cta {
@@ -12,7 +12,7 @@
        padding: 20px 0;
        float: left;
        font-size: 16px;
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
        z-index: 100;
 
        &__new-translation:before {
@@ -117,7 +117,7 @@
        .mw-ui-two-thirds;
 
        padding: 0 10px 0 0;
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
 }
 
 .translation-source-language-filter,
@@ -133,7 +133,7 @@
 .translation-filter {
        .mw-ui-one-whole;
 
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
        padding: 0;
 
        .cx-filters {
diff --git a/modules/dashboard/styles/ext.cx.lists.common.less 
b/modules/dashboard/styles/ext.cx.lists.common.less
index 48c3226..c2232b5 100644
--- a/modules/dashboard/styles/ext.cx.lists.common.less
+++ b/modules/dashboard/styles/ext.cx.lists.common.less
@@ -33,7 +33,7 @@
        &__img {
                .background-image-svg('../images/cx-circle.svg', 
'../images/cx-circle.png');
                background-repeat: no-repeat;
-               background-color: #f0f0f0;
+               background-color: #eaecf0;
                background-position: top;
                border-right: 1px solid #eee;
                padding: 50px 0;
diff --git a/modules/tools/styles/ext.cx.tools.mt.card.less 
b/modules/tools/styles/ext.cx.tools.mt.card.less
index 6fdfe82..b03d0b0 100644
--- a/modules/tools/styles/ext.cx.tools.mt.card.less
+++ b/modules/tools/styles/ext.cx.tools.mt.card.less
@@ -81,7 +81,7 @@
                }
 
                .cx-provider-reset-mt {
-                       border-bottom: 4px solid #f0f0f0;
+                       border-bottom: 4px solid #eaecf0;
                }
        }
 
diff --git a/modules/ui/legacy/styles/mw.cx.ui.ToolsColumn.less 
b/modules/ui/legacy/styles/mw.cx.ui.ToolsColumn.less
index c3f25b5..361e32f 100644
--- a/modules/ui/legacy/styles/mw.cx.ui.ToolsColumn.less
+++ b/modules/ui/legacy/styles/mw.cx.ui.ToolsColumn.less
@@ -3,7 +3,7 @@
 .cx-column--tools {
        .mw-ui-one-whole(@palm);
 
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
        min-height: 100vh;
        position: relative;
        z-index: 20;
diff --git a/modules/ui/styles/mw.cx.ui.ToolsColumn.less 
b/modules/ui/styles/mw.cx.ui.ToolsColumn.less
index c72ef7d..da9de8c 100644
--- a/modules/ui/styles/mw.cx.ui.ToolsColumn.less
+++ b/modules/ui/styles/mw.cx.ui.ToolsColumn.less
@@ -3,7 +3,7 @@
 .cx-column-tools {
        .mw-ui-one-whole(@palm);
 
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
        min-height: 100vh;
        position: relative;
        z-index: 20;
diff --git a/modules/widgets/common/ext.cx.common.less 
b/modules/widgets/common/ext.cx.common.less
index 518d448..092fb0b 100644
--- a/modules/widgets/common/ext.cx.common.less
+++ b/modules/widgets/common/ext.cx.common.less
@@ -6,7 +6,7 @@
 @gray-darker: #222;
 @gray-dark: #54595d;
 @gray: #c8ccd1;
-@gray-light: #f0f0f0;
+@gray-light: #eaecf0;
 @gray-lighter: #f8f9fa;
 @white: #fff;
 
diff --git a/modules/widgets/translator/ext.cx.translator.less 
b/modules/widgets/translator/ext.cx.translator.less
index e88349b..8fe95ab 100644
--- a/modules/widgets/translator/ext.cx.translator.less
+++ b/modules/widgets/translator/ext.cx.translator.less
@@ -37,5 +37,5 @@
 #cxtranslatorstats {
        .mw-ui-one-whole;
        max-height: 50px;
-       background-color: #f0f0f0;
+       background-color: #eaecf0;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f25d95bb231dccb239a722dde3f391d375be0eb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: EddieGP <wikimedia....@eddie-sh.de>
Gerrit-Reviewer: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Pginer <pgi...@wikimedia.org>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to