@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix hover on new logo

Summary: I scoped this wrong and didn't test.

Test Plan: Hover on logo

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10801

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'f933e4df', 10 + 'core.pkg.css' => '59173e43', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 35 35 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 36 36 'rsrc/css/aphront/typeahead.css' => 'a989b5b3', 37 37 'rsrc/css/application/auth/auth.css' => '1e655982', 38 - 'rsrc/css/application/base/main-menu-view.css' => 'cebeecc4', 38 + 'rsrc/css/application/base/main-menu-view.css' => 'a8d57876', 39 39 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 40 40 'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f', 41 41 'rsrc/css/application/base/standard-page-view.css' => '3f5b9311', ··· 717 717 'phabricator-hovercard-view-css' => '893f4783', 718 718 'phabricator-keyboard-shortcut' => '1ae869f2', 719 719 'phabricator-keyboard-shortcut-manager' => 'ad7a69ca', 720 - 'phabricator-main-menu-view' => 'cebeecc4', 720 + 'phabricator-main-menu-view' => 'a8d57876', 721 721 'phabricator-nav-view-css' => '9283c2df', 722 722 'phabricator-notification' => '0c6946e7', 723 723 'phabricator-notification-css' => '9c279160',
+1 -1
webroot/rsrc/css/application/base/main-menu-view.css
··· 63 63 top: 2px; 64 64 } 65 65 66 - .device .phabricator-main-menu-brand:hover { 66 + .device-desktop .phabricator-main-menu-brand:hover { 67 67 background-color: rgba(0,0,0,.6); 68 68 cursor: hand; 69 69 }