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

Tweak status list highlight

Summary: Removes highlight from the 'notes' row, leaves for status and name.

Test Plan: Tested on a diff. Faked a note.

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+6 -1
+1 -1
src/__celerity_resource_map__.php
··· 3850 3850 ), 3851 3851 'phui-status-list-view-css' => 3852 3852 array( 3853 - 'uri' => '/res/02351f1a/rsrc/css/phui/phui-status.css', 3853 + 'uri' => '/res/f50f0ead/rsrc/css/phui/phui-status.css', 3854 3854 'type' => 'css', 3855 3855 'requires' => 3856 3856 array(
+5
webroot/rsrc/css/phui/phui-status.css
··· 29 29 .phui-status-item-highlighted { 30 30 background-color: {$lightyellow}; 31 31 } 32 + 33 + .phui-status-item-highlighted .phui-status-item-note { 34 + background-color: #fff; 35 + padding-left: 4px; 36 + }