Tweak alert states in header a bit more

Summary: The sky blue colors in the alerts was problematic in other color headers (not black). Rather than hand tweak each color, just going with white seems best. There is also a small animation now, which you may or may not like. It is playful and enjoyable to me at least.

Test Plan: Tested various header colors with and without alert notifications.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11838
This commit is contained in:
Chad Little
2015-02-20 12:39:41 -08:00
parent c29fd51188
commit 53d959a755
3 changed files with 13 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ final class PhabricatorMainMenuView extends AphrontView {
'meta' => array(
'map' => array(
$header_id => 'phabricator-application-menu-expanded',
$button_id => 'sky',
$button_id => 'white',
),
),
),
@@ -207,7 +207,7 @@ final class PhabricatorMainMenuView extends AphrontView {
'meta' => array(
'map' => array(
$header_id => 'phabricator-search-menu-expanded',
$button_id => 'sky',
$button_id => 'white',
),
),
),