@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 invalid CSS border-shadow property for input.jx-tokenizer-input

Summary:
The W3C CSS validator throws `Property border-shadow doesn't exist : none` as that property does not exist.
See 404 on https://developer.mozilla.org/en-US/docs/Web/CSS/border-shadow

Test Plan: Paste `phui-oi-list-view.css` into https://jigsaw.w3.org/css-validator/; find no CSS docs for that property.

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/D25924

+7 -8
+7 -7
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '2f25eb4f', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'be74e96c', 12 + 'core.pkg.css' => '9073ec19', 13 13 'core.pkg.js' => 'f58c3c6e', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'b343ce15', ··· 33 33 'rsrc/css/aphront/panel-view.css' => '46923d46', 34 34 'rsrc/css/aphront/phabricator-nav-view.css' => '423f92cc', 35 35 'rsrc/css/aphront/table-view.css' => '0bb61df1', 36 - 'rsrc/css/aphront/tokenizer.css' => '34e2a838', 36 + 'rsrc/css/aphront/tokenizer.css' => '8d8f59bd', 37 37 'rsrc/css/aphront/tooltip.css' => 'e3f2412f', 38 38 'rsrc/css/aphront/typeahead-browse.css' => 'b7ed02d2', 39 39 'rsrc/css/aphront/typeahead.css' => '8779483d', ··· 541 541 'aphront-multi-column-view-css' => 'fbc00ba3', 542 542 'aphront-panel-view-css' => '46923d46', 543 543 'aphront-table-view-css' => '0bb61df1', 544 - 'aphront-tokenizer-control-css' => '34e2a838', 544 + 'aphront-tokenizer-control-css' => '8d8f59bd', 545 545 'aphront-tooltip-css' => 'e3f2412f', 546 546 'aphront-typeahead-control-css' => '8779483d', 547 547 'application-search-view-css' => '0f7c06d8', ··· 1223 1223 'javelin-stratcom', 1224 1224 'javelin-workflow', 1225 1225 ), 1226 - '34e2a838' => array( 1227 - 'aphront-typeahead-control-css', 1228 - 'phui-tag-view-css', 1229 - ), 1230 1226 '3829a3cf' => array( 1231 1227 'javelin-behavior', 1232 1228 'javelin-uri', ··· 1697 1693 'phabricator-title', 1698 1694 'phabricator-shaped-request', 1699 1695 'conpherence-thread-manager', 1696 + ), 1697 + '8d8f59bd' => array( 1698 + 'aphront-typeahead-control-css', 1699 + 'phui-tag-view-css', 1700 1700 ), 1701 1701 '8e0aa661' => array( 1702 1702 'javelin-install',
-1
webroot/rsrc/css/aphront/tokenizer.css
··· 32 32 outline: none; 33 33 float: left; 34 34 width: 100%; 35 - border-shadow: none; 36 35 box-shadow: none; 37 36 -webkit-box-shadow: none; 38 37 font-size: {$normalfontsize};