@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 selector in phriction/phriction-document-css.css

Summary: `phriction-document-crumbs` was added in https://we.phorge.it/rP73b0468f722774e44f096bcdff9e45dbdb91541f, its usage was removed in https://we.phorge.it/rP368657a57080b7c868e28a19190a902538fa7cc3

Test Plan: * Grep the code via `grep --exclude="*.css" -R 'phriction-document-crumbs' .` and some substrings of that, find no use.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+2 -6
+2 -2
resources/celerity/map.php
··· 90 90 'rsrc/css/application/phortune/phortune-invoice.css' => '4436b241', 91 91 'rsrc/css/application/phortune/phortune.css' => '508a1a5e', 92 92 'rsrc/css/application/phrequent/phrequent.css' => 'bd79cc67', 93 - 'rsrc/css/application/phriction/phriction-document-css.css' => '03380da0', 93 + 'rsrc/css/application/phriction/phriction-document-css.css' => 'd8f8cdd6', 94 94 'rsrc/css/application/policy/policy-edit.css' => '8794e2ed', 95 95 'rsrc/css/application/policy/policy-transaction-detail.css' => 'c02b8384', 96 96 'rsrc/css/application/policy/policy.css' => 'ceb56a08', ··· 794 794 'phortune-css' => '508a1a5e', 795 795 'phortune-invoice-css' => '4436b241', 796 796 'phrequent-css' => 'bd79cc67', 797 - 'phriction-document-css' => '03380da0', 797 + 'phriction-document-css' => 'd8f8cdd6', 798 798 'phui-action-panel-css' => 'c0db6855', 799 799 'phui-badge-view-css' => 'aa49028c', 800 800 'phui-basic-nav-view-css' => '44e1edaf',
-4
webroot/rsrc/css/application/phriction/phriction-document-css.css
··· 2 2 * @provides phriction-document-css 3 3 */ 4 4 5 - .phriction-document-crumbs a { 6 - font-weight: bold; 7 - } 8 - 9 5 .phriction-revert-table { 10 6 width: 100%; 11 7 }