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

Add some spacing around jx-tooltips

Summary: Using tooltips with icons is problematic because we currently draw the arrow after the tooltip location, meaning it goes 5px into the container. This gives a 5px padding around the outer container to better account for this.

Test Plan: tested tooltips in remarkup bar, project icon nav, and in durable column.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'f4d1cd07', 10 + 'core.pkg.css' => '1601392f', 11 11 'core.pkg.js' => '75599122', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '5a0b221c', ··· 28 28 'rsrc/css/aphront/phabricator-nav-view.css' => '7aeaf435', 29 29 'rsrc/css/aphront/table-view.css' => '3e77fefe', 30 30 'rsrc/css/aphront/tokenizer.css' => '82ce2142', 31 - 'rsrc/css/aphront/tooltip.css' => '4099b97e', 31 + 'rsrc/css/aphront/tooltip.css' => '7672b60f', 32 32 'rsrc/css/aphront/transaction.css' => '042fc4bb', 33 33 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 34 34 'rsrc/css/aphront/typeahead.css' => '0e403212', ··· 506 506 'aphront-panel-view-css' => '8427b78d', 507 507 'aphront-table-view-css' => '3e77fefe', 508 508 'aphront-tokenizer-control-css' => '82ce2142', 509 - 'aphront-tooltip-css' => '4099b97e', 509 + 'aphront-tooltip-css' => '7672b60f', 510 510 'aphront-two-column-view-css' => '16ab3ad2', 511 511 'aphront-typeahead-control-css' => '0e403212', 512 512 'auth-css' => '1e655982',
+1
webroot/rsrc/css/aphront/tooltip.css
··· 4 4 5 5 .jx-tooltip-container { 6 6 position: absolute; 7 + padding: 5px; 7 8 } 8 9 9 10 .jx-tooltip-inner {