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

Make label color and byline color match in ObjectItemList

Summary: We're using two different greys here.

Test Plan:
Inspect both elements, now serving the same grey.

{F253237}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '669b2c21', 10 + 'core.pkg.css' => '2beb34f5', 11 11 'core.pkg.js' => 'bc72b978', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 135 135 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 136 136 'rsrc/css/phui/phui-list.css' => '43ed2d93', 137 137 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 138 - 'rsrc/css/phui/phui-object-item-list-view.css' => '19fdb87f', 138 + 'rsrc/css/phui/phui-object-item-list-view.css' => '4e541c2c', 139 139 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 140 140 'rsrc/css/phui/phui-property-list-view.css' => '86f9df88', 141 141 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 785 785 'phui-info-panel-css' => '27ea50a1', 786 786 'phui-list-view-css' => '43ed2d93', 787 787 'phui-object-box-css' => 'e9f7e938', 788 - 'phui-object-item-list-view-css' => '19fdb87f', 788 + 'phui-object-item-list-view-css' => '4e541c2c', 789 789 'phui-pinboard-view-css' => '3dd4a269', 790 790 'phui-property-list-view-css' => '86f9df88', 791 791 'phui-remarkup-preview-css' => '19ad512b',
+1 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 316 316 .phui-object-item-icon { 317 317 vertical-align: middle; 318 318 font-size: 12px; 319 - color: {$greytext}; 319 + color: {$lightgreytext}; 320 320 text-align: right; 321 321 white-space: nowrap; 322 322 overflow: hidden;