@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 selectors in UIExample

Summary:
`jxui-active`, `jxui-blue-background`, `jxui-example-container` and `jxui-red-border` were added in rP998d43e828b010ca0051ffab74108111826027f1.
Their usage was removed in rP7725d7cc45c7792610746b4a773e4cb12743d873.

Test Plan: Grep the codebase for `jxui`.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+2 -27
+2 -2
resources/celerity/map.php
··· 107 107 'rsrc/css/application/search/search-results.css' => '9ea70ace', 108 108 'rsrc/css/application/slowvote/slowvote.css' => '1694baed', 109 109 'rsrc/css/application/tokens/tokens.css' => 'ce5a50bd', 110 - 'rsrc/css/application/uiexample/example.css' => 'b4795059', 110 + 'rsrc/css/application/uiexample/example.css' => '549e220b', 111 111 'rsrc/css/core/core.css' => '83d97073', 112 112 'rsrc/css/core/remarkup.css' => '03b6c819', 113 113 'rsrc/css/core/syntax.css' => '548567f6', ··· 807 807 'phabricator-textareautils' => 'f340a484', 808 808 'phabricator-title' => '43bc9360', 809 809 'phabricator-tooltip' => '83754533', 810 - 'phabricator-ui-example-css' => 'b4795059', 810 + 'phabricator-ui-example-css' => '549e220b', 811 811 'phabricator-zindex-css' => 'ac3bfcd4', 812 812 'phame-css' => '209125c7', 813 813 'pholio-css' => '10ac89b5',
-25
webroot/rsrc/css/application/uiexample/example.css
··· 13 13 font-weight: bold; 14 14 } 15 15 16 - .jxui-example-container { 17 - padding: 2em; 18 - margin: 4em auto; 19 - border: 4px solid black; 20 - background: #dfdfdf; 21 - text-align: center; 22 - width: 50%; 23 - } 24 - 25 - .jxui-example-container a { 26 - margin: 1em; 27 - } 28 - 29 - .jxui-example-container a.jxui-active { 30 - box-shadow: 0 0 30px #ffff00; 31 - } 32 - 33 - .jxui-blue-background { 34 - background: {$blue}; 35 - } 36 - 37 - .jxui-red-border { 38 - border-color: {$red}; 39 - } 40 - 41 16 .phui-example-icon-name { 42 17 display: inline-block; 43 18 width: 180px;