jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372172 )
Change subject: Update Red50 'destructive' color ...................................................................... Update Red50 'destructive' color 'Destructive' color was updated in WikimediaUI color palette to ensure WCAG 2.0 level AA conformance with both, white and black. Due to WikimediaUI Base not in central place we still have to care about this manually. Change-Id: I7402ef64b1aa28c2cffeb9bca2804b1dfbecec42 --- M modules/echo.variables.less 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified VolkerE: Looks good to me, approved diff --git a/modules/echo.variables.less b/modules/echo.variables.less index 9556fc0..1f22a16 100644 --- a/modules/echo.variables.less +++ b/modules/echo.variables.less @@ -10,7 +10,7 @@ @background-color-primary: #eaf3ff; @color-primary: #36c; // 'Destructive' Color -@color-destructive: #c33; +@color-destructive: #d33; // Border Colors @border-color-heading: #c8ccd1; -- To view, visit https://gerrit.wikimedia.org/r/372172 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7402ef64b1aa28c2cffeb9bca2804b1dfbecec42 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> Gerrit-Reviewer: Bartosz DziewoĆski <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: Mooeypoo <[email protected]> Gerrit-Reviewer: Prtksxna <[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
