jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372215 )
Change subject: Replace remaining blues from dashboard by WikimediaUI palette one ...................................................................... Replace remaining blues from dashboard by WikimediaUI palette one Replace remaining blues in dashboard sidebar with WikimediaUI color palette “Accent50” `#36c` color. Also cleaning up SVGs. Bug: T150731 Change-Id: Ie1ad4e9e1e8792865ea13d38578d5f81af9f4bea --- M modules/dashboard/images/cx-discuss.svg M modules/dashboard/images/cx-information.svg M modules/dashboard/images/cx-stats.svg M modules/dashboard/styles/ext.cx.dashboard.less 4 files changed, 5 insertions(+), 15 deletions(-) Approvals: jenkins-bot: Verified Nikerabbit: Looks good to me, approved diff --git a/modules/dashboard/images/cx-discuss.svg b/modules/dashboard/images/cx-discuss.svg index 06c0588..0c5a2c8 100644 --- a/modules/dashboard/images/cx-discuss.svg +++ b/modules/dashboard/images/cx-discuss.svg @@ -1,9 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="86" height="64" viewBox="0 0 43 32"> - <defs> - <style> - .cls-2 { fill: #2460cf; } - </style> - </defs> - <path d="M39 10v18l4 4H15V10h24zM4 0h25v8H13v14H0l4.095-4L4 0z" id="path-1" class="cls-2" fill-rule="evenodd"/> + <path d="M39 10v18l4 4H15V10h24zM4 0h25v8H13v14H0l4.095-4L4 0z" id="path-1" fill="#36c" fill-rule="evenodd"/> </svg> diff --git a/modules/dashboard/images/cx-information.svg b/modules/dashboard/images/cx-information.svg index 2b925cc..c7d6d9a 100644 --- a/modules/dashboard/images/cx-information.svg +++ b/modules/dashboard/images/cx-information.svg @@ -1,9 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="80" height="80" viewBox="0 0 40 40"> - <defs> - <style> - .cls-2 { fill: #2460cf; } - </style> - </defs> - <path d="M20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm2 30h-4V18h4v12zm0-16h-4v-4h4v4z" id="path-1" class="cls-2" fill-rule="evenodd"/> + <path d="M20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm2 30h-4V18h4v12zm0-16h-4v-4h4v4z" id="path-1" fill="#36c" fill-rule="evenodd"/> </svg> diff --git a/modules/dashboard/images/cx-stats.svg b/modules/dashboard/images/cx-stats.svg index 1456998..8dc5535 100644 --- a/modules/dashboard/images/cx-stats.svg +++ b/modules/dashboard/images/cx-stats.svg @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> - <path d="M0 5.986v20.03c0 .92.69 1.38 1.38 1.38H30.62c.92 0 1.38-.69 1.38-1.38V5.985c0-.92-.69-1.38-1.38-1.38H1.38c-.69 0-1.38.69-1.38 1.38zm27.165 10.36l-3.223-1.38-6.906 7.136-6.216-2.993-4.835 3.682-1.842-2.532 6.446-4.835 5.985 2.993 6.906-7.137 5.296 2.303-1.612 2.763z" fill="#2761c7"/> + <path d="M0 5.986v20.03c0 .92.69 1.38 1.38 1.38H30.62c.92 0 1.38-.69 1.38-1.38V5.985c0-.92-.69-1.38-1.38-1.38H1.38c-.69 0-1.38.69-1.38 1.38zm27.165 10.36l-3.223-1.38-6.906 7.136-6.216-2.993-4.835 3.682-1.842-2.532 6.446-4.835 5.985 2.993 6.906-7.137 5.296 2.303-1.612 2.763z" fill="#36c"/> </svg> diff --git a/modules/dashboard/styles/ext.cx.dashboard.less b/modules/dashboard/styles/ext.cx.dashboard.less index 2105cb9..0207add 100644 --- a/modules/dashboard/styles/ext.cx.dashboard.less +++ b/modules/dashboard/styles/ext.cx.dashboard.less @@ -49,7 +49,7 @@ &__link, &__link:visited { - color: #2460cf; + color: #36c; font-size: 14px; padding: 10px 40px; background-position: center left; -- To view, visit https://gerrit.wikimedia.org/r/372215 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie1ad4e9e1e8792865ea13d38578d5f81af9f4bea Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
