VolkerE has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/72/372172/1 diff --git a/modules/echo.variables.less b/modules/echo.variables.less index 66bdfc0..2a237c1 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: newchange Gerrit-Change-Id: I7402ef64b1aa28c2cffeb9bca2804b1dfbecec42 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
