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

[Redesign] Bolder object names for ObjectItemListView

Summary: Ref T8099. I think this got overwritten at some point, but they should be full bold, not semi bold.

Test Plan: inspect elements

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+5 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '53df8459', 10 + 'core.pkg.css' => 'b18694c1', 11 11 'core.pkg.js' => 'f3e08b38', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'bb338e4b', ··· 140 140 'rsrc/css/phui/phui-info-view.css' => '33595731', 141 141 'rsrc/css/phui/phui-list.css' => '2e25ebfb', 142 142 'rsrc/css/phui/phui-object-box.css' => '23e36d6b', 143 - 'rsrc/css/phui/phui-object-item-list-view.css' => '7f99e759', 143 + 'rsrc/css/phui/phui-object-item-list-view.css' => '4be0645f', 144 144 'rsrc/css/phui/phui-pinboard-view.css' => 'eaab2b1b', 145 145 'rsrc/css/phui/phui-property-list-view.css' => 'd2d143ea', 146 146 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 775 775 'phui-inline-comment-view-css' => '2174771a', 776 776 'phui-list-view-css' => '2e25ebfb', 777 777 'phui-object-box-css' => '23e36d6b', 778 - 'phui-object-item-list-view-css' => '7f99e759', 778 + 'phui-object-item-list-view-css' => '4be0645f', 779 779 'phui-pinboard-view-css' => 'eaab2b1b', 780 780 'phui-property-list-view-css' => 'd2d143ea', 781 781 'phui-remarkup-preview-css' => '19ad512b',
+2 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 92 92 } 93 93 94 94 .phui-object-item-objname { 95 - color: {$darkgreytext}; 95 + color: {$darkbluetext}; 96 96 cursor: text; 97 + font-weight: bold; 97 98 } 98 99 99 100 .phui-object-item-content {