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

Fix closed task hovercard background color

Summary: Ref T12600. This makes the background solid when in hovercard context.

Test Plan: Close a task, view hovercard, see solid background

Reviewers: epriestley, amckinley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12600

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

+10 -5
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '823f43f3', 12 + 'core.pkg.css' => 'c54a8bec', 13 13 'core.pkg.js' => '47a69358', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '90b30783', ··· 131 131 'rsrc/css/phui/object-item/phui-oi-color.css' => 'cd2b9b77', 132 132 'rsrc/css/phui/object-item/phui-oi-drag-ui.css' => 'f12cbc9f', 133 133 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '9d9685d6', 134 - 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '5c383524', 134 + 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '7c8ec27a', 135 135 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => 'a8beebea', 136 136 'rsrc/css/phui/phui-action-list.css' => 'c01858f4', 137 137 'rsrc/css/phui/phui-action-panel.css' => '91c7b835', ··· 155 155 'rsrc/css/phui/phui-form.css' => 'a5570f70', 156 156 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 157 157 'rsrc/css/phui/phui-header-view.css' => 'e082678d', 158 - 'rsrc/css/phui/phui-hovercard.css' => 'df27a6c2', 158 + 'rsrc/css/phui/phui-hovercard.css' => 'f0592bcf', 159 159 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 160 160 'rsrc/css/phui/phui-icon.css' => '12b387a1', 161 161 'rsrc/css/phui/phui-image-mask.css' => 'a8498f9c', ··· 862 862 'phui-head-thing-view-css' => 'fd311e5f', 863 863 'phui-header-view-css' => 'e082678d', 864 864 'phui-hovercard' => '1bd28176', 865 - 'phui-hovercard-view-css' => 'df27a6c2', 865 + 'phui-hovercard-view-css' => 'f0592bcf', 866 866 'phui-icon-set-selector-css' => '87db8fee', 867 867 'phui-icon-view-css' => '12b387a1', 868 868 'phui-image-mask-css' => 'a8498f9c', ··· 877 877 'phui-oi-color-css' => 'cd2b9b77', 878 878 'phui-oi-drag-ui-css' => 'f12cbc9f', 879 879 'phui-oi-flush-ui-css' => '9d9685d6', 880 - 'phui-oi-list-view-css' => '5c383524', 880 + 'phui-oi-list-view-css' => '7c8ec27a', 881 881 'phui-oi-simple-ui-css' => 'a8beebea', 882 882 'phui-pager-css' => '77d8a794', 883 883 'phui-pinboard-view-css' => '2495140e',
+1
webroot/rsrc/css/phui/object-item/phui-oi-list-view.css
··· 302 302 display: inline-block; 303 303 color: {$greytext}; 304 304 vertical-align: top; 305 + margin-right: 4px; 305 306 } 306 307 307 308 .phui-oi-attribute-spacer {
+4
webroot/rsrc/css/phui/phui-hovercard.css
··· 109 109 .phui-hovercard-wrapper .hovercard-task-view { 110 110 box-shadow: 0px 4px 16px rgba(0,0,0,.2); 111 111 } 112 + 113 + .hovercard-task-view .phui-oi-disabled.phui-workcard { 114 + background-color: #fff; 115 + }