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

Crisp CSS rules for JX.Tooltip

Summary: Ref T12174. More white and bolder. So crisp

Test Plan: Hover.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12174

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

+5 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e25569a9', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '7cd6d9cb', 12 + 'core.pkg.css' => 'cbcffe46', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 29 29 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', 30 30 'rsrc/css/aphront/table-view.css' => '213a5981', 31 31 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 32 - 'rsrc/css/aphront/tooltip.css' => '8f9faa9a', 32 + 'rsrc/css/aphront/tooltip.css' => '173b9431', 33 33 'rsrc/css/aphront/typeahead-browse.css' => '8904346a', 34 34 'rsrc/css/aphront/typeahead.css' => 'd4f16145', 35 35 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', ··· 553 553 'aphront-panel-view-css' => '8427b78d', 554 554 'aphront-table-view-css' => '213a5981', 555 555 'aphront-tokenizer-control-css' => '9a8cb501', 556 - 'aphront-tooltip-css' => '8f9faa9a', 556 + 'aphront-tooltip-css' => '173b9431', 557 557 'aphront-typeahead-control-css' => 'd4f16145', 558 558 'application-search-view-css' => '20ae9d85', 559 559 'auth-css' => '0877ed6e',
+2 -1
webroot/rsrc/css/aphront/tooltip.css
··· 37 37 } 38 38 39 39 .jx-tooltip { 40 - color: #f9f9f9; 40 + color: #fff; 41 41 font-size: {$normalfontsize}; 42 42 -webkit-font-smoothing: antialiased; 43 + font-weight: bold; 43 44 padding: 6px 8px; 44 45 overflow: hidden; 45 46 white-space: pre-wrap;