mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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()))
|
->setName(pht('Log Out %s', $viewer->getUsername()))
|
||||||
->addSigil('logout-item')
|
->addSigil('logout-item')
|
||||||
->setHref('/logout/')
|
->setHref('/logout/')
|
||||||
->setColor(PhabricatorActionView::RED)
|
|
||||||
->setWorkflow(true));
|
->setWorkflow(true));
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
|
|
Loading…
Reference in a new issue