mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Remove red coloration from "Logout" menu item
Summary: I made the red stronger (always visible, not just a hover state) for the "Mute" feature, but this made Logout look a little intense. Just make it normal-colored, logging out isn't a big deal. Test Plan: No longer saw bright red logout action in profile dropdown menu. Differential Revision: https://secure.phabricator.com/D19044
This commit is contained in:
parent
8de794d3c2
commit
9386e436fe
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ final class PeopleMainMenuBarExtension
|
|||
->setName(pht('Log Out %s', $viewer->getUsername()))
|
||||
->addSigil('logout-item')
|
||||
->setHref('/logout/')
|
||||
->setColor(PhabricatorActionView::RED)
|
||||
->setWorkflow(true));
|
||||
|
||||
return $view;
|
||||
|
|
Loading…
Reference in a new issue