@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 core/z-index.css

Summary:
* `project-board-header`
** Added in 183dd2a62764f0c2b5fd5f234cc4356d657a1069, usage removed in https://we.phorge.it/rP6349741760a84de46f6a53d57fadef3b044b15ee also from `webroot/rsrc/css/phui/phui-workboard-view.css` but not from `core/z-index.css`
* `pholio-new-inline-comment`
** Added in https://we.phorge.it/rPe5af167ec99cdb29fcb3bb44e44c5afd3d0c6d7e, `.pholio-new-inline-comment` was removed from `webroot/rsrc/css/application/pholio/pholio-inline-comments.css` in https://we.phorge.it/rP85870e79aaf2f5dd0065f7b84d2e491062929027 but not from `core/z-index.css`; usage was removed in https://we.phorge.it/rP942f504893578c361c02727a4b615c70dc761af9 by deleting `src/applications/pholio/view/PholioInlineCommentSaveView.php`

For further cleanups in `core/z-index.css`, see D25997.

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

+3 -11
+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' => 'dc645c82', 12 + 'core.pkg.css' => '08a22c9a', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '91ac6214', ··· 109 109 'rsrc/css/core/core.css' => '83d97073', 110 110 'rsrc/css/core/remarkup.css' => '03b6c819', 111 111 'rsrc/css/core/syntax.css' => '548567f6', 112 - 'rsrc/css/core/z-index.css' => 'ac3bfcd4', 112 + 'rsrc/css/core/z-index.css' => '23a7d2e2', 113 113 'rsrc/css/diviner/diviner-shared.css' => '4bd263b0', 114 114 'rsrc/css/font/font-awesome.css' => 'a8d83a0c', 115 115 'rsrc/css/font/font-lato.css' => '23631304', ··· 804 804 'phabricator-title' => '43bc9360', 805 805 'phabricator-tooltip' => '83754533', 806 806 'phabricator-ui-example-css' => '549e220b', 807 - 'phabricator-zindex-css' => 'ac3bfcd4', 807 + 'phabricator-zindex-css' => '23a7d2e2', 808 808 'phame-css' => '209125c7', 809 809 'pholio-css' => '10ac89b5', 810 810 'pholio-edit-css' => '4df55b3b',
-8
webroot/rsrc/css/core/z-index.css
··· 20 20 z-index: 2; 21 21 } 22 22 23 - .pholio-new-inline-comment { 24 - z-index: 2; 25 - } 26 - 27 23 .slowvote-bar { 28 24 z-index: 2; 29 25 } ··· 45 41 } 46 42 47 43 .phabricator-nav-local { 48 - z-index: 4; 49 - } 50 - 51 - .project-board-header { 52 44 z-index: 4; 53 45 } 54 46