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

Fix a typo in a CSS definition

Summary: Use `;` instead of `,`. Followup to D26213.

Test Plan: Look at browser console output not saying `Error in parsing value for ‘color’.` anymore.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+8 -8
+7 -7
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'a6f06ad1', 12 + 'core.pkg.css' => 'eac152af', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '77189aae', ··· 31 31 'rsrc/css/aphront/multi-column.css' => 'fbc00ba3', 32 32 'rsrc/css/aphront/notification.css' => '30240bd2', 33 33 'rsrc/css/aphront/table-view.css' => '29486d14', 34 - 'rsrc/css/aphront/tokenizer.css' => 'ca49b4fa', 34 + 'rsrc/css/aphront/tokenizer.css' => '7ef6de30', 35 35 'rsrc/css/aphront/tooltip.css' => 'b6d94bea', 36 36 'rsrc/css/aphront/typeahead-browse.css' => 'b7ed02d2', 37 37 'rsrc/css/aphront/typeahead.css' => '5da109c8', ··· 497 497 'aphront-list-filter-view-css' => 'feb64255', 498 498 'aphront-multi-column-view-css' => 'fbc00ba3', 499 499 'aphront-table-view-css' => '29486d14', 500 - 'aphront-tokenizer-control-css' => 'ca49b4fa', 500 + 'aphront-tokenizer-control-css' => '7ef6de30', 501 501 'aphront-tooltip-css' => 'b6d94bea', 502 502 'aphront-typeahead-control-css' => '5da109c8', 503 503 'application-search-view-css' => '0f7c06d8', ··· 1547 1547 'javelin-install', 1548 1548 'javelin-dom', 1549 1549 ), 1550 + '7ef6de30' => array( 1551 + 'aphront-typeahead-control-css', 1552 + 'phui-tag-view-css', 1553 + ), 1550 1554 '80bff3af' => array( 1551 1555 'javelin-install', 1552 1556 'javelin-typeahead-source', ··· 1970 1974 ), 1971 1975 'c731af7c' => array( 1972 1976 'phui-theme-css', 1973 - ), 1974 - 'ca49b4fa' => array( 1975 - 'aphront-typeahead-control-css', 1976 - 'phui-tag-view-css', 1977 1977 ), 1978 1978 'cc1553f3' => array( 1979 1979 'javelin-stratcom',
+1 -1
webroot/rsrc/css/aphront/tokenizer.css
··· 34 34 width: 100%; 35 35 box-shadow: none; 36 36 font-size: {$normalfontsize}; 37 - color: {$greytext}, 37 + color: {$greytext}; 38 38 height: 26px; 39 39 background: transparent; 40 40 }