@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 an unused CSS line for .phui-form-timer-icon

Summary: There's not much sense in using a __text__ shadow on an __image__.

Test Plan: Look at the code in `PHUIFormTimerControl` using this CSS class.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26177

+3 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '4db121d8', 12 + 'core.pkg.css' => '9170e471', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '77189aae', ··· 147 147 'rsrc/css/phui/phui-document.css' => 'a9154763', 148 148 'rsrc/css/phui/phui-feed-story.css' => '1dd2e4c0', 149 149 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 150 - 'rsrc/css/phui/phui-form-view.css' => 'd4346d2d', 150 + 'rsrc/css/phui/phui-form-view.css' => '5593f5e1', 151 151 'rsrc/css/phui/phui-form.css' => '4427de33', 152 152 'rsrc/css/phui/phui-formation-view.css' => '8a01850c', 153 153 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', ··· 794 794 'phui-font-icon-base-css' => 'b7608e58', 795 795 'phui-fontkit-css' => '1ec937e5', 796 796 'phui-form-css' => '4427de33', 797 - 'phui-form-view-css' => 'd4346d2d', 797 + 'phui-form-view-css' => '5593f5e1', 798 798 'phui-formation-view-css' => '8a01850c', 799 799 'phui-head-thing-view-css' => 'd7f293df', 800 800 'phui-header-view-css' => '7bc4efa0',
-1
webroot/rsrc/css/phui/phui-form-view.css
··· 509 509 border-radius: 4px; 510 510 text-align: center; 511 511 vertical-align: middle; 512 - text-shadow: 1px 1px rgba(0, 0, 0, 0.05); 513 512 } 514 513 515 514 .phui-form-timer-content {