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

Fix Dark Mode for custom project picture selection dialog

Summary:
Do not hardcode the icon foreground color `#e7e7e7` but use a similar color already existing as variable `{$lightgreybackground}`.

Refs T15056

Test Plan: * Go to http://phorge.localhost/project/picture/1/ and under "Custom", click "Choose Icon and Color..."

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

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

+3 -3
+2 -2
resources/celerity/map.php
··· 81 81 'rsrc/css/application/owners/owners-path-editor.css' => 'fa7c13ef', 82 82 'rsrc/css/application/paste/paste.css' => 'b37bcd38', 83 83 'rsrc/css/application/people/people-picture-menu-item.css' => 'fe8e07cf', 84 - 'rsrc/css/application/people/people-profile.css' => '2ea2daa1', 84 + 'rsrc/css/application/people/people-profile.css' => 'd1cb9c2e', 85 85 'rsrc/css/application/phame/phame.css' => '209125c7', 86 86 'rsrc/css/application/pholio/pholio-edit.css' => 'e241b005', 87 87 'rsrc/css/application/pholio/pholio-inline-comments.css' => '722b48c2', ··· 716 716 'paste-css' => 'b37bcd38', 717 717 'path-typeahead' => 'ad486db3', 718 718 'people-picture-menu-item-css' => 'fe8e07cf', 719 - 'people-profile-css' => '2ea2daa1', 719 + 'people-profile-css' => 'd1cb9c2e', 720 720 'phabricator-action-list-view-css' => 'b46ef6bd', 721 721 'phabricator-busy' => '5202e831', 722 722 'phabricator-content-source-view-css' => 'cdf0d579',
+1 -1
webroot/rsrc/css/application/people/people-profile.css
··· 38 38 } 39 39 40 40 .compose-dialog .compose-icon-bg.phui-icon-view { 41 - color: #e7e7e7; 41 + color: {$lightgreybackground}; 42 42 line-height: 48px; 43 43 width: 48px; 44 44 text-align: center;