mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Use white for active state on mobile menus
Summary: Perviously we used {$sky} but we've since change the icons to .8 opacity on white, allowing use of white on select. Test Plan: Click on the mobile menu, see icon turn white instead of blue. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12430
This commit is contained in:
parent
9537970a42
commit
9796515b70
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ final class PhabricatorMainMenuView extends AphrontView {
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'map' => array(
|
'map' => array(
|
||||||
$header_id => 'phabricator-application-menu-expanded',
|
$header_id => 'phabricator-application-menu-expanded',
|
||||||
$button_id => 'sky',
|
$button_id => 'white',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -207,7 +207,7 @@ final class PhabricatorMainMenuView extends AphrontView {
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'map' => array(
|
'map' => array(
|
||||||
$header_id => 'phabricator-search-menu-expanded',
|
$header_id => 'phabricator-search-menu-expanded',
|
||||||
$button_id => 'sky',
|
$button_id => 'white',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue