@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 Differential Keyboard Reference dialog

Summary:
Replace hardcoded background color `#ffffff` for items in the Keyboard Shortcuts navigation panel of Differential with variable `{$page.content}`.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Create a Differential revision
* Go to http://phorge.localhost/D1
* In the left upper corner, click that arrow thingie to Show Paths Panel
* At the bottom of that overlay panel, select "Keyboard Reference"
* Look at the navigation panel of the "Keyboard Shortcuts" overlay dialog

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

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

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '384ce2d9', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'd0eb7f8f', 12 + 'core.pkg.css' => '96aaba46', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '4c951b31', ··· 161 161 'rsrc/css/phui/phui-invisible-character-view.css' => 'c694c4a4', 162 162 'rsrc/css/phui/phui-left-right.css' => '68513c34', 163 163 'rsrc/css/phui/phui-lightbox.css' => 'e4015eff', 164 - 'rsrc/css/phui/phui-list.css' => '80804ff9', 164 + 'rsrc/css/phui/phui-list.css' => '3cd9723f', 165 165 'rsrc/css/phui/phui-object-box.css' => 'b8d7eea0', 166 166 'rsrc/css/phui/phui-pager.css' => 'd022c7ad', 167 167 'rsrc/css/phui/phui-pinboard-view.css' => '1f08f5d8', ··· 837 837 'phui-invisible-character-view-css' => 'c694c4a4', 838 838 'phui-left-right-css' => '68513c34', 839 839 'phui-lightbox-css' => 'e4015eff', 840 - 'phui-list-view-css' => '80804ff9', 840 + 'phui-list-view-css' => '3cd9723f', 841 841 'phui-object-box-css' => 'b8d7eea0', 842 842 'phui-oi-big-ui-css' => 'fa74cc35', 843 843 'phui-oi-color-css' => 'b517bfa0',
+1 -1
webroot/rsrc/css/phui/phui-list.css
··· 132 132 133 133 .phui-list-navbar-vertical .phui-list-item-href { 134 134 display: block; 135 - background: #ffffff; 135 + background: {$page.content}; 136 136 } 137 137 138 138 .phui-list-navbar .phui-list-item-selected .phui-list-item-href {