@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 orphan CSS selectors in phui/phui-crumbs-view.css

Summary:
* `phui-crumb-icon`
** Added in https://we.phorge.it/rP45ae9cf340c7c888669d70b344fe6a894d429746, usage removed in https://we.phorge.it/rP64f145ef46a28ebd092b49ad4e9c937c7210321f

Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, get no results.

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/D26013

+3 -7
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '4e9a6164', 12 + 'core.pkg.css' => 'e756bc36', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '197dafe9', ··· 142 142 'rsrc/css/phui/phui-cms.css' => '8c05c41e', 143 143 'rsrc/css/phui/phui-comment-form.css' => '3c6679a3', 144 144 'rsrc/css/phui/phui-comment-panel.css' => 'ec4e31c0', 145 - 'rsrc/css/phui/phui-crumbs-view.css' => 'a6a337a4', 145 + 'rsrc/css/phui/phui-crumbs-view.css' => 'd5e6e56c', 146 146 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266', 147 147 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 148 148 'rsrc/css/phui/phui-document-pro.css' => '5a26f5d2', ··· 830 830 'phui-cms-css' => '8c05c41e', 831 831 'phui-comment-form-css' => '3c6679a3', 832 832 'phui-comment-panel-css' => 'ec4e31c0', 833 - 'phui-crumbs-view-css' => 'a6a337a4', 833 + 'phui-crumbs-view-css' => 'd5e6e56c', 834 834 'phui-curtain-object-ref-view-css' => '51d93266', 835 835 'phui-curtain-view-css' => '68c5efb6', 836 836 'phui-document-summary-view-css' => 'b068eed1',
-4
webroot/rsrc/css/phui/phui-crumbs-view.css
··· 75 75 text-decoration: line-through; 76 76 } 77 77 78 - .device-phone .phui-crumb-icon { 79 - margin-left: 7px; 80 - } 81 - 82 78 .phui-crumbs-actions { 83 79 float: right; 84 80 white-space: nowrap;