@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 text-shadow from Diffusion blame column commit IDs

Summary:
Same game as D26151 or D26153: `.phabricator-source-blame-info a` has a variable text `color` but a hardcoded `text-shadow` color.
The shadow will look pretty bad once the background color is also properly supported in dark mode, so remove it.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set Accessibility to Dark Mode (Experimental)
* Go to http://phorge.localhost/source/somerepo/browse/somebranch/somefile.foo in Diffusion
* Look veeeery closely at the 12 character commit IDs in the blame column; ideally manually change the background color as we have not adjusted that part yet for Dark Mode.

Reviewers: O1 Blessed Committers, amybones, mainframe98

Reviewed By: O1 Blessed Committers, amybones, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

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

+2 -3
+2 -2
resources/celerity/map.php
··· 115 115 'rsrc/css/fuel/fuel-handle-list.css' => '2c4cbeca', 116 116 'rsrc/css/fuel/fuel-map.css' => 'd6e31510', 117 117 'rsrc/css/fuel/fuel-menu.css' => '21f5d199', 118 - 'rsrc/css/layout/phabricator-source-code-view.css' => 'e382316a', 118 + 'rsrc/css/layout/phabricator-source-code-view.css' => 'e994d13f', 119 119 'rsrc/css/phui/button/phui-button-bar.css' => 'a4aa75c4', 120 120 'rsrc/css/phui/button/phui-button-simple.css' => '1ff278aa', 121 121 'rsrc/css/phui/button/phui-button.css' => '66c38b9a', ··· 765 765 'phabricator-search-results-css' => '9ea70ace', 766 766 'phabricator-shaped-request' => '995f5102', 767 767 'phabricator-slowvote-css' => '0f219c39', 768 - 'phabricator-source-code-view-css' => 'e382316a', 768 + 'phabricator-source-code-view-css' => 'e994d13f', 769 769 'phabricator-standard-page-view' => '45aa515d', 770 770 'phabricator-textareautils' => 'f340a484', 771 771 'phabricator-title' => '43bc9360',
-1
webroot/rsrc/css/layout/phabricator-source-code-view.css
··· 97 97 98 98 .phabricator-source-blame-info a { 99 99 color: {$darkbluetext}; 100 - text-shadow: 1px 1px rgba(0, 0, 0, 0.05); 101 100 } 102 101 103 102 .phabricator-source-blame-skip a {