@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 hover color on stacked ObjList

Summary: I haven't ever found this useful, seems garish now.

Test Plan: UIExamples

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+3 -8
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '7f282f7e', 10 + 'core.pkg.css' => '7a1dd133', 11 11 'core.pkg.js' => '88ca2043', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4a93db37', ··· 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' => 'ce92d8ec', 137 - 'rsrc/css/phui/phui-object-item-list-view.css' => '5e52d837', 137 + 'rsrc/css/phui/phui-object-item-list-view.css' => '46e12abc', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '874c22f9', 139 139 'rsrc/css/phui/phui-property-list-view.css' => '2f7199e8', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 761 761 'phui-info-panel-css' => '27ea50a1', 762 762 'phui-list-view-css' => '43ed2d93', 763 763 'phui-object-box-css' => 'ce92d8ec', 764 - 'phui-object-item-list-view-css' => '5e52d837', 764 + 'phui-object-item-list-view-css' => '46e12abc', 765 765 'phui-pinboard-view-css' => '874c22f9', 766 766 'phui-property-list-view-css' => '2f7199e8', 767 767 'phui-remarkup-preview-css' => '19ad512b',
-5
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 198 198 .phui-object-list-stackable .phui-object-item { 199 199 } 200 200 201 - .device-desktop .phui-object-list-stackable 202 - .phui-object-item:hover { 203 - background: {$hoverblue}; 204 - } 205 - 206 201 .phui-object-box .phui-object-list-stackable { 207 202 padding: 0; 208 203 }