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

CSS: Make 'closed task links' grey color have more contrast

Summary:
Per https://we.phorge.it/D26393#38325, switch from `color: {$lightgreytext}` to `color: {$greytext}` for `a.handle-status-closed`.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility to Dark Mode (Experimental)`
* Create notifications, have setup issues, etc. Open top bar menu items and hover. Find a strike-through link, also hover
* Try the same in Default Mode

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: A_smart_kitten, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D26503

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'f7f31d57', 12 + 'core.pkg.css' => '4387f59f', 13 13 'core.pkg.js' => 'ebefb82a', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'abdb4fe9', ··· 40 40 'rsrc/css/application/base/main-menu-view.css' => 'e826f44f', 41 41 'rsrc/css/application/base/notification-menu.css' => '90e445b9', 42 42 'rsrc/css/application/base/phui-theme.css' => '35883b37', 43 - 'rsrc/css/application/base/standard-page-view.css' => '17fb97b1', 43 + 'rsrc/css/application/base/standard-page-view.css' => 'e811b6f6', 44 44 'rsrc/css/application/conduit/conduit-api.css' => 'ce2cfc41', 45 45 'rsrc/css/application/config/config-options.css' => '25d545a9', 46 46 'rsrc/css/application/config/config-template.css' => '20babf50', ··· 752 752 'phabricator-shaped-request' => '995f5102', 753 753 'phabricator-slowvote-css' => '0f219c39', 754 754 'phabricator-source-code-view-css' => 'e994d13f', 755 - 'phabricator-standard-page-view' => '17fb97b1', 755 + 'phabricator-standard-page-view' => 'e811b6f6', 756 756 'phabricator-textareautils' => 'f340a484', 757 757 'phabricator-title' => '43bc9360', 758 758 'phabricator-tooltip' => '83754533',
+1 -1
webroot/rsrc/css/application/base/standard-page-view.css
··· 89 89 90 90 a.handle-status-closed { 91 91 text-decoration: line-through; 92 - color: {$lightgreytext}; 92 + color: {$greytext}; 93 93 } 94 94 95 95 a.handle-status-closed:hover {