From 7f90ef2d82610f0d30a41d41ac8c7856872af3df Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 10 Aug 2017 08:18:56 -0700 Subject: [PATCH] Make the "Requested Changes to Prior Diff" reviewer icon red, not bluegrey Summary: See PHI31. The "Accepted Older Revision" icon is (more reasonably) bluegrey, but that rule spilled over here where it doesn't make much sense. "Requested Changes to Prior Diff" remains in effect across updates, but the coloration implies otherwise. Test Plan: "Requested Changes to This Diff" (unchanged): {F5092019} "Requested Changes to Prior Diff" (now red, previously bluegrey): {F5092020} Note that the icons are different so this is technically colorblind-safe, and it's normally not important to distinguish between these two reds anyway. Reviewers: chad, lvital Reviewed By: lvital Subscribers: lvital Differential Revision: https://secure.phabricator.com/D18385 --- .../differential/view/DifferentialReviewersView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/view/DifferentialReviewersView.php b/src/applications/differential/view/DifferentialReviewersView.php index 034bf99edb..8ddea7c8c0 100644 --- a/src/applications/differential/view/DifferentialReviewersView.php +++ b/src/applications/differential/view/DifferentialReviewersView.php @@ -116,7 +116,7 @@ final class DifferentialReviewersView extends AphrontView { } } else { $icon = 'fa-times-circle-o'; - $color = 'bluegrey'; + $color = 'red'; if ($authority_name !== null) { $label = pht( 'Requested Changes to Prior Diff (by %s)',