@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 gradient on highlighted object items

Summary: We removed other gradients, but not this one, for consistency.

Test Plan: UIExamples

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+7 -7
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '37feac72', 10 + 'core.pkg.css' => '8f1544a4', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 134 134 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 135 135 'rsrc/css/phui/phui-list.css' => '43ed2d93', 136 136 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 137 - 'rsrc/css/phui/phui-object-item-list-view.css' => 'bf6da979', 137 + 'rsrc/css/phui/phui-object-item-list-view.css' => '5053dee8', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 139 139 'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 777 777 'phui-info-panel-css' => '27ea50a1', 778 778 'phui-list-view-css' => '43ed2d93', 779 779 'phui-object-box-css' => 'e9f7e938', 780 - 'phui-object-item-list-view-css' => 'bf6da979', 780 + 'phui-object-item-list-view-css' => '5053dee8', 781 781 'phui-pinboard-view-css' => '3dd4a269', 782 782 'phui-property-list-view-css' => '3eff4eb4', 783 783 'phui-remarkup-preview-css' => '19ad512b',
+4 -4
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 430 430 431 431 */ 432 432 433 - .phui-object-item-highlighted { 433 + .phui-object-item.phui-object-item-highlighted { 434 434 background: {$lightyellow}; 435 + border-left-color: {$yellow}; 435 436 } 436 437 437 - .phui-object-item.phui-object-item-highlighted { 438 - background-image: linear-gradient(to bottom, rgb(253, 255, 221), rgb(243, 245, 206)); 439 - background-image: -webkit-linear-gradient(top, rgb(253, 255, 221), rgb(243, 245, 206)); 438 + .phui-object-item-highlighted .phui-object-item-frame { 439 + border-color: {$yellow}; 440 440 } 441 441 442 442 .phui-object-item-selected {