@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 box-shadow from feed story actors

Summary: We've been removing these, remove for consistency.

Test Plan: profile image with transparency

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '4601645d', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 - 'core.pkg.css' => 'de918edf', 12 + 'core.pkg.css' => 'b8364d01', 13 13 'core.pkg.js' => '30185d95', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'e1d704ce', ··· 136 136 'rsrc/css/phui/phui-document-pro.css' => 'ca1fed81', 137 137 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 138 138 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 139 - 'rsrc/css/phui/phui-feed-story.css' => 'aa49845d', 139 + 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 140 140 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 141 141 'rsrc/css/phui/phui-form-view.css' => '9e22b190', 142 142 'rsrc/css/phui/phui-form.css' => 'aac1d51d', ··· 909 909 'phui-document-summary-view-css' => '9ca48bdf', 910 910 'phui-document-view-css' => 'c32e8dec', 911 911 'phui-document-view-pro-css' => 'ca1fed81', 912 - 'phui-feed-story-css' => 'aa49845d', 912 + 'phui-feed-story-css' => '44a9c8e9', 913 913 'phui-font-icon-base-css' => '870a7360', 914 914 'phui-fontkit-css' => '9cda225e', 915 915 'phui-form-css' => 'aac1d51d',
-1
webroot/rsrc/css/phui/phui-feed-story.css
··· 16 16 float: left; 17 17 margin-right: 8px; 18 18 border-radius: 3px; 19 - box-shadow: {$borderinset}; 20 19 } 21 20 22 21 .phui-feed-story-head .phui-feed-story-actor-image {