@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-lightbox.css

Summary:
* `lightbox-download-form`
** Usage removed in https://we.phorge.it/rPa2fdf14275f932fcf70baf345ec2d944ffbd5a45

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

+3 -8
+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' => '42c4119d', 12 + 'core.pkg.css' => 'dc645c82', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '91ac6214', ··· 163 163 'rsrc/css/phui/phui-info-view.css' => 'a10a909b', 164 164 'rsrc/css/phui/phui-invisible-character-view.css' => 'c694c4a4', 165 165 'rsrc/css/phui/phui-left-right.css' => '68513c34', 166 - 'rsrc/css/phui/phui-lightbox.css' => '4ebf22da', 166 + 'rsrc/css/phui/phui-lightbox.css' => 'e4015eff', 167 167 'rsrc/css/phui/phui-list.css' => 'ccf73664', 168 168 'rsrc/css/phui/phui-object-box.css' => 'b8d7eea0', 169 169 'rsrc/css/phui/phui-pager.css' => 'd022c7ad', ··· 856 856 'phui-inline-comment-view-css' => 'bcbaff3d', 857 857 'phui-invisible-character-view-css' => 'c694c4a4', 858 858 'phui-left-right-css' => '68513c34', 859 - 'phui-lightbox-css' => '4ebf22da', 859 + 'phui-lightbox-css' => 'e4015eff', 860 860 'phui-list-view-css' => 'ccf73664', 861 861 'phui-object-box-css' => 'b8d7eea0', 862 862 'phui-oi-big-ui-css' => 'fa74cc35',
-5
webroot/rsrc/css/phui/phui-lightbox.css
··· 134 134 display: block; 135 135 } 136 136 137 - .lightbox-attachment .lightbox-status .lightbox-download 138 - .lightbox-download-form { 139 - display: inline; 140 - } 141 - 142 137 .lightbox-attachment a.lightbox-download, 143 138 .lightbox-attachment a.lightbox-comment, 144 139 .lightbox-attachment a.lightbox-close {