@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 orphan CSS selector in aphront/tooltip.css

Summary: `jx-tooltip-hidden` seems to be unused.

Test Plan:
* Grep the code via `grep --exclude="*.css" -R 'jx-tooltip-hidden' .` find no use.
* Look into `webroot/rsrc/js/core/ToolTip.js` and find no use while all other `jx-tooltip-*` classes are there.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+3 -7
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '1483d1d2', 12 + 'core.pkg.css' => 'f02554d3', 13 13 'core.pkg.js' => '63f896ec', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '4c951b31', ··· 32 32 'rsrc/css/aphront/notification.css' => '30240bd2', 33 33 'rsrc/css/aphront/table-view.css' => '0bb61df1', 34 34 'rsrc/css/aphront/tokenizer.css' => '194e8160', 35 - 'rsrc/css/aphront/tooltip.css' => 'dfcdd281', 35 + 'rsrc/css/aphront/tooltip.css' => 'b6d94bea', 36 36 'rsrc/css/aphront/typeahead-browse.css' => 'b7ed02d2', 37 37 'rsrc/css/aphront/typeahead.css' => '5da109c8', 38 38 'rsrc/css/application/almanac/almanac.css' => '2e050f4f', ··· 521 521 'aphront-multi-column-view-css' => 'fbc00ba3', 522 522 'aphront-table-view-css' => '0bb61df1', 523 523 'aphront-tokenizer-control-css' => '194e8160', 524 - 'aphront-tooltip-css' => 'dfcdd281', 524 + 'aphront-tooltip-css' => 'b6d94bea', 525 525 'aphront-typeahead-control-css' => '5da109c8', 526 526 'application-search-view-css' => '0f7c06d8', 527 527 'auth-css' => 'c2f23d74',
-4
webroot/rsrc/css/aphront/tooltip.css
··· 27 27 } 28 28 } 29 29 30 - .jx-tooltip-hidden { 31 - opacity: 0; 32 - } 33 - 34 30 .jx-tooltip-inner { 35 31 position: relative; 36 32 background: #000;