mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Make reject, accept outline icons
Summary: These are a little easier on the eyes. Test Plan: Reject an epriestley diff. {F146851} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8841
This commit is contained in:
parent
a88f09469d
commit
094c79d6e2
1 changed files with 2 additions and 2 deletions
|
@ -353,9 +353,9 @@ final class DifferentialTransaction extends PhabricatorApplicationTransaction {
|
|||
case DifferentialAction::ACTION_CLOSE:
|
||||
return 'fa-check';
|
||||
case DifferentialAction::ACTION_ACCEPT:
|
||||
return 'fa-check-circle';
|
||||
return 'fa-check-circle-o';
|
||||
case DifferentialAction::ACTION_REJECT:
|
||||
return 'fa-times-circle';
|
||||
return 'fa-times-circle-o';
|
||||
case DifferentialAction::ACTION_ABANDON:
|
||||
return 'fa-plane';
|
||||
case DifferentialAction::ACTION_RETHINK:
|
||||
|
|
Loading…
Reference in a new issue