@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 slowvote/slowvote.css

Summary:
* slowvote-header-content
** Added in https://we.phorge.it/rP89ee928a51c72d9fda17a59f73b060a92cc0c665, usage removed in https://we.phorge.it/rPaa22a578d01b8b5c69c89b9dc4a370552534f6dd from `src/applications/slowvote/view/SlowvoteEmbedView.php`

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

+2 -6
+2 -2
resources/celerity/map.php
··· 103 103 'rsrc/css/application/project/project-view.css' => '567858b3', 104 104 'rsrc/css/application/search/application-search-view.css' => '0f7c06d8', 105 105 'rsrc/css/application/search/search-results.css' => '9ea70ace', 106 - 'rsrc/css/application/slowvote/slowvote.css' => '1694baed', 106 + 'rsrc/css/application/slowvote/slowvote.css' => 'd794f00c', 107 107 'rsrc/css/application/tokens/tokens.css' => 'ce5a50bd', 108 108 'rsrc/css/application/uiexample/example.css' => '549e220b', 109 109 'rsrc/css/core/core.css' => '83d97073', ··· 797 797 'phabricator-remarkup-metadata' => 'e40c4991', 798 798 'phabricator-search-results-css' => '9ea70ace', 799 799 'phabricator-shaped-request' => '995f5102', 800 - 'phabricator-slowvote-css' => '1694baed', 800 + 'phabricator-slowvote-css' => 'd794f00c', 801 801 'phabricator-source-code-view-css' => 'e382316a', 802 802 'phabricator-standard-page-view' => '45aa515d', 803 803 'phabricator-textareautils' => 'f340a484',
-4
webroot/rsrc/css/application/slowvote/slowvote.css
··· 6 6 padding: 12px 16px 4px; 7 7 } 8 8 9 - .slowvote-header-content { 10 - padding: 8px; 11 - } 12 - 13 9 .slowvote-body-content { 14 10 padding: 8px 16px; 15 11 }