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

Tweak tokenizer colors, spacing

Summary: Fixes T4441, minor tweaks to color and spacing

Test Plan: test 0, 1, and lots of tokens.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T4441

Differential Revision: https://secure.phabricator.com/D8258

+16 -14
+7 -7
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '244a9d51', 10 + 'core.pkg.css' => '8b43d965', 11 11 'core.pkg.js' => '8f7aa2c3', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '6aef439e', ··· 32 32 'rsrc/css/aphront/phabricator-nav-view.css' => 'd0d4a509', 33 33 'rsrc/css/aphront/request-failure-view.css' => 'da14df31', 34 34 'rsrc/css/aphront/table-view.css' => '92a719ca', 35 - 'rsrc/css/aphront/tokenizer.css' => '08ea6326', 35 + 'rsrc/css/aphront/tokenizer.css' => '75a7316a', 36 36 'rsrc/css/aphront/tooltip.css' => '9c90229d', 37 37 'rsrc/css/aphront/transaction.css' => 'ce491938', 38 38 'rsrc/css/aphront/two-column.css' => '16ab3ad2', ··· 488 488 'aphront-panel-view-css' => '5846dfa2', 489 489 'aphront-request-failure-view-css' => 'da14df31', 490 490 'aphront-table-view-css' => '92a719ca', 491 - 'aphront-tokenizer-control-css' => '08ea6326', 491 + 'aphront-tokenizer-control-css' => '75a7316a', 492 492 'aphront-tooltip-css' => '9c90229d', 493 493 'aphront-two-column-view-css' => '16ab3ad2', 494 494 'aphront-typeahead-control-css' => '271456a1', ··· 855 855 array( 856 856 0 => 'javelin-install', 857 857 ), 858 - '08ea6326' => 859 - array( 860 - 0 => 'aphront-typeahead-control-css', 861 - ), 862 858 '0a81ea29' => 863 859 array( 864 860 0 => 'javelin-install', ··· 1244 1240 array( 1245 1241 0 => 'javelin-behavior', 1246 1242 1 => 'javelin-dom', 1243 + ), 1244 + '75a7316a' => 1245 + array( 1246 + 0 => 'aphront-typeahead-control-css', 1247 1247 ), 1248 1248 '75e50c72' => 1249 1249 array(
+9 -7
webroot/rsrc/css/aphront/tokenizer.css
··· 12 12 body div.jx-tokenizer-container { 13 13 position: relative; 14 14 display: block; 15 - padding: 0; 15 + padding: 0 0 2px 0; 16 16 min-height: 30px; 17 17 height: auto; 18 18 } ··· 50 50 } 51 51 52 52 a.jx-tokenizer-x { 53 - padding-left: 4px; 53 + margin-left: 4px; 54 + color: {$bluetext}; 54 55 } 55 56 56 57 a.jx-tokenizer-x:hover { 57 - color: #000; 58 + color: {$darkbluetext}; 58 59 text-decoration: none; 59 60 } 60 61 61 62 a.jx-tokenizer-token { 62 63 padding: 2px 6px 3px; 63 - border: 1px solid #a4bdec; 64 + border: 1px solid {$lightblueborder}; 64 65 margin: 3px 2px 0 4px; 65 66 background: #dee7f8; 66 67 float: left; 67 68 cursor: pointer; 68 69 border-radius: 3px; 69 - color: #333; 70 + color: {$darkbluetext}; 70 71 71 72 } 72 73 73 74 a.jx-tokenizer-token:hover { 74 75 text-decoration: none; 75 - background: #bbcef1; 76 + border-color: {$blueborder}; 77 + background: #CDD9F0; 76 78 } 77 79 78 80 .jx-tokenizer-token .phui-icon-view { 79 81 display: inline-block; 80 - margin: 2px 4px -2px 0; 82 + margin: 2px 4px -3px 0; 81 83 } 82 84 83 85 .tokenizer-result {