mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Add "invisible" styling/config to Phabricator
Summary: Ref T3322. Depends on D6297. Here are some Phabricator tweaks to complment D6297. Test Plan: {F47522} Reviewers: garoevans Reviewed By: garoevans CC: aran, chad Maniphest Tasks: T3322 Differential Revision: https://secure.phabricator.com/D6298
This commit is contained in:
parent
fe71b34c68
commit
09ebd6617e
3 changed files with 51 additions and 45 deletions
|
@ -4054,7 +4054,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'syntax-highlighting-css' =>
|
||||
array(
|
||||
'uri' => '/res/cb3b9dc0/rsrc/css/core/syntax.css',
|
||||
'uri' => '/res/3c77ac95/rsrc/css/core/syntax.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -4073,7 +4073,7 @@ celerity_register_resource_map(array(
|
|||
), array(
|
||||
'packages' =>
|
||||
array(
|
||||
'e8febb7b' =>
|
||||
'f154b8cb' =>
|
||||
array(
|
||||
'name' => 'core.pkg.css',
|
||||
'symbols' =>
|
||||
|
@ -4121,7 +4121,7 @@ celerity_register_resource_map(array(
|
|||
40 => 'phabricator-property-list-view-css',
|
||||
41 => 'phabricator-tag-view-css',
|
||||
),
|
||||
'uri' => '/res/pkg/e8febb7b/core.pkg.css',
|
||||
'uri' => '/res/pkg/f154b8cb/core.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'f2ad0683' =>
|
||||
|
@ -4315,16 +4315,16 @@ celerity_register_resource_map(array(
|
|||
'reverse' =>
|
||||
array(
|
||||
'aphront-attached-file-view-css' => 'adc3c36d',
|
||||
'aphront-dialog-view-css' => 'e8febb7b',
|
||||
'aphront-error-view-css' => 'e8febb7b',
|
||||
'aphront-form-view-css' => 'e8febb7b',
|
||||
'aphront-list-filter-view-css' => 'e8febb7b',
|
||||
'aphront-pager-view-css' => 'e8febb7b',
|
||||
'aphront-panel-view-css' => 'e8febb7b',
|
||||
'aphront-table-view-css' => 'e8febb7b',
|
||||
'aphront-tokenizer-control-css' => 'e8febb7b',
|
||||
'aphront-tooltip-css' => 'e8febb7b',
|
||||
'aphront-typeahead-control-css' => 'e8febb7b',
|
||||
'aphront-dialog-view-css' => 'f154b8cb',
|
||||
'aphront-error-view-css' => 'f154b8cb',
|
||||
'aphront-form-view-css' => 'f154b8cb',
|
||||
'aphront-list-filter-view-css' => 'f154b8cb',
|
||||
'aphront-pager-view-css' => 'f154b8cb',
|
||||
'aphront-panel-view-css' => 'f154b8cb',
|
||||
'aphront-table-view-css' => 'f154b8cb',
|
||||
'aphront-tokenizer-control-css' => 'f154b8cb',
|
||||
'aphront-tooltip-css' => 'f154b8cb',
|
||||
'aphront-typeahead-control-css' => 'f154b8cb',
|
||||
'differential-changeset-view-css' => 'dd27a69b',
|
||||
'differential-core-view-css' => 'dd27a69b',
|
||||
'differential-inline-comment-editor' => '9488bb69',
|
||||
|
@ -4338,7 +4338,7 @@ celerity_register_resource_map(array(
|
|||
'differential-table-of-contents-css' => 'dd27a69b',
|
||||
'diffusion-commit-view-css' => 'c8ce2d88',
|
||||
'diffusion-icons-css' => 'c8ce2d88',
|
||||
'global-drag-and-drop-css' => 'e8febb7b',
|
||||
'global-drag-and-drop-css' => 'f154b8cb',
|
||||
'inline-comment-summary-css' => 'dd27a69b',
|
||||
'javelin-aphlict' => 'f2ad0683',
|
||||
'javelin-behavior' => 'a9f14d76',
|
||||
|
@ -4412,55 +4412,55 @@ celerity_register_resource_map(array(
|
|||
'javelin-util' => 'a9f14d76',
|
||||
'javelin-vector' => 'a9f14d76',
|
||||
'javelin-workflow' => 'a9f14d76',
|
||||
'lightbox-attachment-css' => 'e8febb7b',
|
||||
'lightbox-attachment-css' => 'f154b8cb',
|
||||
'maniphest-task-summary-css' => 'adc3c36d',
|
||||
'maniphest-transaction-detail-css' => 'adc3c36d',
|
||||
'phabricator-action-list-view-css' => 'e8febb7b',
|
||||
'phabricator-application-launch-view-css' => 'e8febb7b',
|
||||
'phabricator-action-list-view-css' => 'f154b8cb',
|
||||
'phabricator-application-launch-view-css' => 'f154b8cb',
|
||||
'phabricator-busy' => 'f2ad0683',
|
||||
'phabricator-content-source-view-css' => 'dd27a69b',
|
||||
'phabricator-core-css' => 'e8febb7b',
|
||||
'phabricator-crumbs-view-css' => 'e8febb7b',
|
||||
'phabricator-core-css' => 'f154b8cb',
|
||||
'phabricator-crumbs-view-css' => 'f154b8cb',
|
||||
'phabricator-drag-and-drop-file-upload' => '9488bb69',
|
||||
'phabricator-dropdown-menu' => 'f2ad0683',
|
||||
'phabricator-file-upload' => 'f2ad0683',
|
||||
'phabricator-filetree-view-css' => 'e8febb7b',
|
||||
'phabricator-flag-css' => 'e8febb7b',
|
||||
'phabricator-form-view-css' => 'e8febb7b',
|
||||
'phabricator-header-view-css' => 'e8febb7b',
|
||||
'phabricator-filetree-view-css' => 'f154b8cb',
|
||||
'phabricator-flag-css' => 'f154b8cb',
|
||||
'phabricator-form-view-css' => 'f154b8cb',
|
||||
'phabricator-header-view-css' => 'f154b8cb',
|
||||
'phabricator-hovercard' => 'f2ad0683',
|
||||
'phabricator-jump-nav' => 'e8febb7b',
|
||||
'phabricator-jump-nav' => 'f154b8cb',
|
||||
'phabricator-keyboard-shortcut' => 'f2ad0683',
|
||||
'phabricator-keyboard-shortcut-manager' => 'f2ad0683',
|
||||
'phabricator-main-menu-view' => 'e8febb7b',
|
||||
'phabricator-main-menu-view' => 'f154b8cb',
|
||||
'phabricator-menu-item' => 'f2ad0683',
|
||||
'phabricator-nav-view-css' => 'e8febb7b',
|
||||
'phabricator-nav-view-css' => 'f154b8cb',
|
||||
'phabricator-notification' => 'f2ad0683',
|
||||
'phabricator-notification-css' => 'e8febb7b',
|
||||
'phabricator-notification-menu-css' => 'e8febb7b',
|
||||
'phabricator-object-item-list-view-css' => 'e8febb7b',
|
||||
'phabricator-notification-css' => 'f154b8cb',
|
||||
'phabricator-notification-menu-css' => 'f154b8cb',
|
||||
'phabricator-object-item-list-view-css' => 'f154b8cb',
|
||||
'phabricator-object-selector-css' => 'dd27a69b',
|
||||
'phabricator-phtize' => 'f2ad0683',
|
||||
'phabricator-prefab' => 'f2ad0683',
|
||||
'phabricator-project-tag-css' => 'adc3c36d',
|
||||
'phabricator-property-list-view-css' => 'e8febb7b',
|
||||
'phabricator-remarkup-css' => 'e8febb7b',
|
||||
'phabricator-property-list-view-css' => 'f154b8cb',
|
||||
'phabricator-remarkup-css' => 'f154b8cb',
|
||||
'phabricator-shaped-request' => '9488bb69',
|
||||
'phabricator-side-menu-view-css' => 'e8febb7b',
|
||||
'phabricator-standard-page-view' => 'e8febb7b',
|
||||
'phabricator-tag-view-css' => 'e8febb7b',
|
||||
'phabricator-side-menu-view-css' => 'f154b8cb',
|
||||
'phabricator-standard-page-view' => 'f154b8cb',
|
||||
'phabricator-tag-view-css' => 'f154b8cb',
|
||||
'phabricator-textareautils' => 'f2ad0683',
|
||||
'phabricator-tooltip' => 'f2ad0683',
|
||||
'phabricator-transaction-view-css' => 'e8febb7b',
|
||||
'phabricator-zindex-css' => 'e8febb7b',
|
||||
'phui-button-css' => 'e8febb7b',
|
||||
'phui-form-css' => 'e8febb7b',
|
||||
'phui-icon-view-css' => 'e8febb7b',
|
||||
'phui-spacing-css' => 'e8febb7b',
|
||||
'sprite-apps-large-css' => 'e8febb7b',
|
||||
'sprite-gradient-css' => 'e8febb7b',
|
||||
'sprite-icons-css' => 'e8febb7b',
|
||||
'sprite-menu-css' => 'e8febb7b',
|
||||
'syntax-highlighting-css' => 'e8febb7b',
|
||||
'phabricator-transaction-view-css' => 'f154b8cb',
|
||||
'phabricator-zindex-css' => 'f154b8cb',
|
||||
'phui-button-css' => 'f154b8cb',
|
||||
'phui-form-css' => 'f154b8cb',
|
||||
'phui-icon-view-css' => 'f154b8cb',
|
||||
'phui-spacing-css' => 'f154b8cb',
|
||||
'sprite-apps-large-css' => 'f154b8cb',
|
||||
'sprite-gradient-css' => 'f154b8cb',
|
||||
'sprite-icons-css' => 'f154b8cb',
|
||||
'sprite-menu-css' => 'f154b8cb',
|
||||
'syntax-highlighting-css' => 'f154b8cb',
|
||||
),
|
||||
));
|
||||
|
|
|
@ -51,6 +51,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions
|
|||
'erlang' => 'Erlang',
|
||||
'haskell' => 'Haskell',
|
||||
'html' => 'HTML',
|
||||
'invisible' => 'Invisible',
|
||||
'java' => 'Java',
|
||||
'js' => 'Javascript',
|
||||
'mysql' => 'MySQL',
|
||||
|
|
|
@ -136,3 +136,8 @@
|
|||
cursor: help;
|
||||
border-bottom: 1px dotted #bbddbb;
|
||||
}
|
||||
|
||||
.remarkup-code .invisible {
|
||||
color: #222222;
|
||||
background: #dddddd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue