Gerrit Patch Uploader has uploaded a new change for review. https://gerrit.wikimedia.org/r/125980
Change subject: Give darker text color to mw-ui-button ...................................................................... Give darker text color to mw-ui-button The default white button generated by mw-ui-button has a text color of #898989, yet it is labeled "dark grey". This color is not dark enough and its first impression is that the coltrol is disabled, thus unclickable. Changing the text color to #696969 makes it dark enough to indicate it is an active control. This also impacts mw-ui-quiet; the links become slightly darker, and contrasts more with their respective hover colors. Change-Id: Ibd84ba5a462c4e7c27bf620459d4a3945d01d03f --- M resources/src/mediawiki.ui/settings/colors.less 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/80/125980/1 diff --git a/resources/src/mediawiki.ui/settings/colors.less b/resources/src/mediawiki.ui/settings/colors.less index 18661de..5b8191c 100644 --- a/resources/src/mediawiki.ui/settings/colors.less +++ b/resources/src/mediawiki.ui/settings/colors.less @@ -1,6 +1,6 @@ @colorWhite: #fff; @colorGrayLight: #ccc; -@colorGrayDark: #898989; +@colorGrayDark: #696969; @colorText: #252525; @colorProgressive: #347bff; // FIXME: remove @colorProgressiveShadow (shadows should be generated -- To view, visit https://gerrit.wikimedia.org/r/125980 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd84ba5a462c4e7c27bf620459d4a3945d01d03f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Gerrit Patch Uploader <[email protected]> Gerrit-Reviewer: Edokter <[email protected]> Gerrit-Reviewer: Gerrit Patch Uploader <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
