@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 custom arrow indicator in Select dropdown fields

Summary:
Use default browser arrow, unless someone has strong opinions.

Refs T15056

Test Plan: Go to a Maniphest task or Differential revision, in Default mode and Dark mode, and look at the "Add Action..." dropdown.

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/D26665

+4 -8
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'b2d6f4b8', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '8755ddc1', 12 + 'core.pkg.css' => '7c8f62e2', 13 13 'core.pkg.js' => '83c66b30', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '0dac8831', ··· 148 148 'rsrc/css/phui/phui-feed-story.css' => '1dd2e4c0', 149 149 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 150 150 'rsrc/css/phui/phui-form-view.css' => '029b1ef9', 151 - 'rsrc/css/phui/phui-form.css' => 'aa7692fe', 151 + 'rsrc/css/phui/phui-form.css' => '0ce5b5b8', 152 152 'rsrc/css/phui/phui-formation-view.css' => 'b172a0b3', 153 153 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', 154 154 'rsrc/css/phui/phui-header-view.css' => 'b71a7a1b', ··· 774 774 'phui-feed-story-css' => '1dd2e4c0', 775 775 'phui-font-icon-base-css' => 'b7608e58', 776 776 'phui-fontkit-css' => '1ec937e5', 777 - 'phui-form-css' => 'aa7692fe', 777 + 'phui-form-css' => '0ce5b5b8', 778 778 'phui-form-view-css' => '029b1ef9', 779 779 'phui-formation-view-css' => 'b172a0b3', 780 780 'phui-head-thing-view-css' => 'd7f293df',
+1 -5
webroot/rsrc/css/phui/phui-form.css
··· 89 89 } 90 90 91 91 select { 92 - -webkit-appearance: none; 93 - -moz-appearance: none; 94 - appearance: none; 95 - 96 - background: {$page.content} url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center; 92 + background: {$page.content}; 97 93 background-size: 8px 10px; 98 94 border-radius: 3px; 99 95 border: 1px solid {$greyborder};