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

Summary:
* `config-options-current-value`
** Added in https://we.phorge.it/rP25ca17da46348d974ffa9bc451a0a81ed6babbcf, usage removed in https://we.phorge.it/rP530145ba3be62b6c54b8f3bc8aca09f2f369697d by deleting `src/applications/config/controller/PhabricatorConfigGroupController.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/D26002

+2 -13
+2 -2
resources/celerity/map.php
··· 43 43 'rsrc/css/application/base/phui-theme.css' => '35883b37', 44 44 'rsrc/css/application/base/standard-page-view.css' => '45aa515d', 45 45 'rsrc/css/application/conduit/conduit-api.css' => 'ce2cfc41', 46 - 'rsrc/css/application/config/config-options.css' => '16c920ae', 46 + 'rsrc/css/application/config/config-options.css' => '25d545a9', 47 47 'rsrc/css/application/config/config-template.css' => '20babf50', 48 48 'rsrc/css/application/config/setup-issue.css' => '93231115', 49 49 'rsrc/css/application/config/unhandled-exception.css' => '9ecfc00d', ··· 545 545 'auth-css' => 'c2f23d74', 546 546 'bulk-job-css' => '73af99f5', 547 547 'conduit-api-css' => 'ce2cfc41', 548 - 'config-options-css' => '16c920ae', 548 + 'config-options-css' => '25d545a9', 549 549 'conpherence-color-css' => 'b17746b0', 550 550 'conpherence-durable-column-view' => 'f68f35e3', 551 551 'conpherence-header-pane-css' => 'c9a3db8e',
-11
webroot/rsrc/css/application/config/config-options.css
··· 41 41 border-right: 1px solid {$thinblueborder}; 42 42 } 43 43 44 - .config-options-current-value { 45 - white-space: nowrap; 46 - width: 200px; 47 - text-overflow: ellipsis; 48 - overflow: hidden; 49 - } 50 - 51 - .config-options-current-value.violet { 52 - color: {$violet}; 53 - } 54 - 55 44 .config-options-effective-value, 56 45 .config-option-table .config-options-effective-value th { 57 46 background: {$gentle.highlight};