@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.

Remove old kdb CSS

Summary: Fixes T11654

Test Plan: Hit ? on home / differential

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11654

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

+3 -11
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '80a3fcb3', 11 11 'conpherence.pkg.js' => '89b4837e', 12 - 'core.pkg.css' => '476e9330', 12 + 'core.pkg.css' => 'eb1298d4', 13 13 'core.pkg.js' => '1d376fa9', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '3fb7f532', ··· 38 38 'rsrc/css/application/base/notification-menu.css' => 'b3ab500d', 39 39 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 40 40 'rsrc/css/application/base/phui-theme.css' => '027ba77e', 41 - 'rsrc/css/application/base/standard-page-view.css' => '2b592894', 41 + 'rsrc/css/application/base/standard-page-view.css' => '3026770e', 42 42 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 43 43 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', 44 44 'rsrc/css/application/config/config-options.css' => '0ede4c9b', ··· 869 869 'phabricator-shaped-request' => '7cbe244b', 870 870 'phabricator-slowvote-css' => 'a94b7230', 871 871 'phabricator-source-code-view-css' => 'cbeef983', 872 - 'phabricator-standard-page-view' => '2b592894', 872 + 'phabricator-standard-page-view' => '3026770e', 873 873 'phabricator-textareautils' => '320810c8', 874 874 'phabricator-title' => 'df5e11d2', 875 875 'phabricator-tooltip' => '6323f942',
-8
webroot/rsrc/css/application/base/standard-page-view.css
··· 56 56 color: {$greytext}; 57 57 } 58 58 59 - .keyboard-shortcut-help kbd { 60 - background: #222222; 61 - padding: 6px; 62 - color: #ffffff; 63 - font-weight: bold; 64 - border: 1px solid #555555; 65 - } 66 - 67 59 .keyboard-focus-focus-reticle { 68 60 background: #ffffd3; 69 61 position: absolute;