@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] Better legibility on ObjectItemLists

Summary: Ref T8099, slightly lighter font on titles, darker greys on bylines, icons

Test Plan: Tested item lists in Maniphest, Differential, Audit

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+11 -8
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '031b8d6d', 10 + 'core.pkg.css' => '53df8459', 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' => '4f72249b', 143 + 'rsrc/css/phui/phui-object-item-list-view.css' => '7f99e759', 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' => '4f72249b', 778 + 'phui-object-item-list-view-css' => '7f99e759', 779 779 'phui-pinboard-view-css' => 'eaab2b1b', 780 780 'phui-property-list-view-css' => 'd2d143ea', 781 781 'phui-remarkup-preview-css' => '19ad512b',
+8 -5
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 73 73 } 74 74 75 75 .phui-object-item-name { 76 - font-weight: bold; 76 + font-weight: 500; 77 77 padding: 8px 8px 0; 78 78 white-space: nowrap; 79 79 word-wrap: break-word; ··· 84 84 .device-phone .phui-object-item-name { 85 85 overflow: normal; 86 86 white-space: normal; 87 + font-weight: bold; 87 88 } 88 89 89 90 .phui-object-item-link { ··· 323 324 .phui-object-item-icon { 324 325 vertical-align: middle; 325 326 font-size: 12px; 326 - color: {$lightgreytext}; 327 + color: {$greytext}; 327 328 text-align: right; 328 329 white-space: nowrap; 329 330 overflow: hidden; ··· 437 438 background: {$sh-yellowbackground}; 438 439 } 439 440 440 - .phui-object-item-highlighted .phui-object-item-frame { 441 + ul.phui-object-item-list-view .phui-object-item-highlighted 442 + .phui-object-item-frame { 441 443 border-color: {$sh-yellowborder}; 442 444 } 443 445 ··· 445 447 background: {$sh-bluebackground}; 446 448 } 447 449 448 - .phui-object-item-selected .phui-object-item-frame { 450 + ul.phui-object-item-list-view .phui-object-item-selected 451 + .phui-object-item-frame { 449 452 border-color: {$sh-blueborder}; 450 453 } 451 454 ··· 525 528 padding: 0 10px; 526 529 margin: 4px 0 8px; 527 530 font-size: 12px; 528 - color: {$lightgreytext}; 531 + color: {$greytext}; 529 532 text-align: right; 530 533 } 531 534