@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-remarkup-preview.css

Summary:
* `phui-panel-preview`
** Added in https://we.phorge.it/rPfe2a96e37ff03b003cb10928e6d9f077dd44aa05, usage removed in https://we.phorge.it/rPe053cdd9031225547d1ea6c92ba8d466bae14d0a

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

+2 -3
+2 -2
resources/celerity/map.php
··· 170 170 'rsrc/css/phui/phui-pinboard-view.css' => '1f08f5d8', 171 171 'rsrc/css/phui/phui-policy-section-view.css' => '139fdc64', 172 172 'rsrc/css/phui/phui-property-list-view.css' => '9a155095', 173 - 'rsrc/css/phui/phui-remarkup-preview.css' => '91767007', 173 + 'rsrc/css/phui/phui-remarkup-preview.css' => '3c0e5e4f', 174 174 'rsrc/css/phui/phui-segment-bar-view.css' => '5166b370', 175 175 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 176 176 'rsrc/css/phui/phui-status.css' => '293b5dad', ··· 869 869 'phui-pinboard-view-css' => '1f08f5d8', 870 870 'phui-policy-section-view-css' => '139fdc64', 871 871 'phui-property-list-view-css' => '9a155095', 872 - 'phui-remarkup-preview-css' => '91767007', 872 + 'phui-remarkup-preview-css' => '3c0e5e4f', 873 873 'phui-segment-bar-view-css' => '5166b370', 874 874 'phui-spacing-css' => 'b05cadc3', 875 875 'phui-status-list-view-css' => '293b5dad',
-1
webroot/rsrc/css/phui/phui-remarkup-preview.css
··· 27 27 padding: 16px 0 0 16px; 28 28 } 29 29 30 - .device-phone .phui-panel-preview, 31 30 .device-phone .phui-remarkup-preview { 32 31 display: none; 33 32 }