@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-action-panel.css

Summary:
* `phui-action-panel-status`
** Added in https://we.phorge.it/rP1d05861fb31597d39d8fadc434e79ffe75d8c468, usage removed in https://we.phorge.it/rPa62337dcd83128aebb0940171524eb375ebac293

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

+2 -14
+2 -2
resources/celerity/map.php
··· 131 131 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '187460f1', 132 132 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 133 133 'rsrc/css/phui/phui-action-list.css' => 'd26ccb62', 134 - 'rsrc/css/phui/phui-action-panel.css' => '6c386cbf', 134 + 'rsrc/css/phui/phui-action-panel.css' => 'c0db6855', 135 135 'rsrc/css/phui/phui-badge.css' => 'aa49028c', 136 136 'rsrc/css/phui/phui-basic-nav-view.css' => '6b7bd9a5', 137 137 'rsrc/css/phui/phui-big-info-view.css' => '362ad37b', ··· 811 811 'phortune-invoice-css' => '4436b241', 812 812 'phrequent-css' => 'bd79cc67', 813 813 'phriction-document-css' => '03380da0', 814 - 'phui-action-panel-css' => '6c386cbf', 814 + 'phui-action-panel-css' => 'c0db6855', 815 815 'phui-badge-view-css' => 'aa49028c', 816 816 'phui-basic-nav-view-css' => '6b7bd9a5', 817 817 'phui-big-info-view-css' => '362ad37b',
-12
webroot/rsrc/css/phui/phui-action-panel.css
··· 99 99 text-decoraction: none; 100 100 } 101 101 102 - .phui-action-panel-status { 103 - padding: 8px 12px; 104 - position: absolute; 105 - bottom: 0; 106 - left: 0; 107 - right: 0; 108 - } 109 - 110 - .phui-action-panel-status:hover { 111 - text-decoration: none; 112 - } 113 - 114 102 /* - Red -------------------------------------------------------------------- */ 115 103 116 104 .phui-action-panel-red {