Page MenuHomePhabricator

D7386.diff
No OneTemporary

D7386.diff

Index: src/__celerity_resource_map__.php
===================================================================
--- src/__celerity_resource_map__.php
+++ src/__celerity_resource_map__.php
@@ -1031,7 +1031,7 @@
),
'differential-changeset-view-css' =>
array(
- 'uri' => '/res/0e780c41/rsrc/css/application/differential/changeset-view.css',
+ 'uri' => '/res/37f702ae/rsrc/css/application/differential/changeset-view.css',
'type' => 'css',
'requires' =>
array(
@@ -1040,7 +1040,7 @@
),
'differential-core-view-css' =>
array(
- 'uri' => '/res/7db1595a/rsrc/css/application/differential/core.css',
+ 'uri' => '/res/18563185/rsrc/css/application/differential/core.css',
'type' => 'css',
'requires' =>
array(
@@ -1064,7 +1064,7 @@
),
'differential-local-commits-view-css' =>
array(
- 'uri' => '/res/43774c46/rsrc/css/application/differential/local-commits-view.css',
+ 'uri' => '/res/c6e9db42/rsrc/css/application/differential/local-commits-view.css',
'type' => 'css',
'requires' =>
array(
@@ -1127,7 +1127,7 @@
),
'differential-table-of-contents-css' =>
array(
- 'uri' => '/res/79824664/rsrc/css/application/differential/table-of-contents.css',
+ 'uri' => '/res/3bb8c01f/rsrc/css/application/differential/table-of-contents.css',
'type' => 'css',
'requires' =>
array(
@@ -4420,7 +4420,7 @@
'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js',
'type' => 'js',
),
- '0fe5af56' =>
+ 'f87db3d0' =>
array(
'name' => 'differential.pkg.css',
'symbols' =>
@@ -4439,7 +4439,7 @@
11 => 'differential-local-commits-view-css',
12 => 'inline-comment-summary-css',
),
- 'uri' => '/res/pkg/0fe5af56/differential.pkg.css',
+ 'uri' => '/res/pkg/f87db3d0/differential.pkg.css',
'type' => 'css',
),
'5e9e5c4e' =>
@@ -4559,21 +4559,21 @@
'aphront-tokenizer-control-css' => '8486b05c',
'aphront-tooltip-css' => '8486b05c',
'aphront-typeahead-control-css' => '8486b05c',
- 'differential-changeset-view-css' => '0fe5af56',
- 'differential-core-view-css' => '0fe5af56',
+ 'differential-changeset-view-css' => 'f87db3d0',
+ 'differential-core-view-css' => 'f87db3d0',
'differential-inline-comment-editor' => '5e9e5c4e',
- 'differential-local-commits-view-css' => '0fe5af56',
- 'differential-results-table-css' => '0fe5af56',
- 'differential-revision-add-comment-css' => '0fe5af56',
- 'differential-revision-comment-css' => '0fe5af56',
- 'differential-revision-comment-list-css' => '0fe5af56',
- 'differential-revision-history-css' => '0fe5af56',
- 'differential-revision-list-css' => '0fe5af56',
- 'differential-table-of-contents-css' => '0fe5af56',
+ 'differential-local-commits-view-css' => 'f87db3d0',
+ 'differential-results-table-css' => 'f87db3d0',
+ 'differential-revision-add-comment-css' => 'f87db3d0',
+ 'differential-revision-comment-css' => 'f87db3d0',
+ 'differential-revision-comment-list-css' => 'f87db3d0',
+ 'differential-revision-history-css' => 'f87db3d0',
+ 'differential-revision-list-css' => 'f87db3d0',
+ 'differential-table-of-contents-css' => 'f87db3d0',
'diffusion-commit-view-css' => '270f4eb4',
'diffusion-icons-css' => '270f4eb4',
'global-drag-and-drop-css' => '8486b05c',
- 'inline-comment-summary-css' => '0fe5af56',
+ 'inline-comment-summary-css' => 'f87db3d0',
'javelin-aphlict' => '2c1dba03',
'javelin-behavior' => '3e3be199',
'javelin-behavior-aphlict-dropdown' => '2c1dba03',
@@ -4652,7 +4652,7 @@
'phabricator-action-list-view-css' => '8486b05c',
'phabricator-application-launch-view-css' => '8486b05c',
'phabricator-busy' => '2c1dba03',
- 'phabricator-content-source-view-css' => '0fe5af56',
+ 'phabricator-content-source-view-css' => 'f87db3d0',
'phabricator-core-css' => '8486b05c',
'phabricator-crumbs-view-css' => '8486b05c',
'phabricator-drag-and-drop-file-upload' => '5e9e5c4e',
@@ -4670,7 +4670,7 @@
'phabricator-notification' => '2c1dba03',
'phabricator-notification-css' => '8486b05c',
'phabricator-notification-menu-css' => '8486b05c',
- 'phabricator-object-selector-css' => '0fe5af56',
+ 'phabricator-object-selector-css' => 'f87db3d0',
'phabricator-phtize' => '2c1dba03',
'phabricator-prefab' => '2c1dba03',
'phabricator-project-tag-css' => '49898640',
Index: src/applications/flag/events/PhabricatorFlagsUIEventListener.php
===================================================================
--- src/applications/flag/events/PhabricatorFlagsUIEventListener.php
+++ src/applications/flag/events/PhabricatorFlagsUIEventListener.php
@@ -49,7 +49,7 @@
->setWorkflow(true)
->setHref('/flag/edit/'.$object->getPHID().'/')
->setName(pht('Flag For Later'))
- ->setIcon('flag-ghost');
+ ->setIcon('flag');
if (!$user->isLoggedIn()) {
$flag_action->setDisabled(true);
Index: webroot/rsrc/css/application/differential/changeset-view.css
===================================================================
--- webroot/rsrc/css/application/differential/changeset-view.css
+++ webroot/rsrc/css/application/differential/changeset-view.css
@@ -108,12 +108,12 @@
.differential-diff td.new-copy,
.differential-diff td.new-copy span.bright {
- background: #ffffaa;
+ background: {$lightyellow};
}
.differential-diff td.new-move,
.differential-diff td.new-move span.bright {
- background: #eeee44;
+ background: {$yellow};
}
.differential-diff td.comment {
@@ -425,17 +425,12 @@
margin-top: -72px;
}
-.differential-loading a {
- color: #3b5998;
-}
-
.differential-loading {
- color: #999966;
- background: #ffffee;
- border: 1px solid #ccccaa;
- padding: 1em;
+ border-top: 1px solid {$yellow};
+ border-bottom: 1px solid {$yellow};
+ background-color: {$lightyellow};
+ padding: 12px;
text-align: center;
- font-size: 11px;
}
.differential-collapse-undo {
Index: webroot/rsrc/css/application/differential/core.css
===================================================================
--- webroot/rsrc/css/application/differential/core.css
+++ webroot/rsrc/css/application/differential/core.css
@@ -3,9 +3,7 @@
*/
.differential-primary-pane {
- background: #edecef;
- padding: 1em 0em 0em 0em;
- margin: 0em 0em 4em 0em;
+ margin-bottom: 32px;
}
.differential-panel {
Index: webroot/rsrc/css/application/differential/local-commits-view.css
===================================================================
--- webroot/rsrc/css/application/differential/local-commits-view.css
+++ webroot/rsrc/css/application/differential/local-commits-view.css
@@ -9,12 +9,12 @@
}
.differential-local-commits-table th {
- color: {$greytext};
+ color: {$darkbluetext};
padding: 4px 6px;
}
.differential-local-commits-table tr.alt td {
- background: #dcdcdc;
+ background: {$lightgreybackground};
}
.differential-local-commits-table td {
Index: webroot/rsrc/css/application/differential/table-of-contents.css
===================================================================
--- webroot/rsrc/css/application/differential/table-of-contents.css
+++ webroot/rsrc/css/application/differential/table-of-contents.css
@@ -3,31 +3,32 @@
*/
.differential-toc-meta {
- color: {$greytext};
- padding-left: 1em;
+ color: {$greytext};
+ padding-left: 12px;
}
.differential-toc-char,
.differential-toc-prop {
- width: 1.25em;
+ width: 16px;
text-align: center;
font-weight: bold;
+ color: {$darkbluetext};
}
.differential-toc-ftype {
- padding: 0 .5em;
+ padding: 0 4px;
text-align: center;
color: {$greytext};
}
.differential-toc-file {
- color: {$darkgreytext};
+ color: {$greytext};
}
.differential-toc-reveal-all,
.differential-toc-edit-all {
float: right;
- margin-left: .25em;
+ margin-left: 4px;
}
.diff-star-none {
@@ -64,9 +65,8 @@
}
.differential-toc table th {
- color: {$greytext};
- font-size: 11px;
- padding: 0 4px 4px;
+ color: {$darkbluetext};
+ padding: 0 4px 4px 0;
white-space: nowrap;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 22, 11:07 AM (1 w, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287294
Default Alt Text
D7386.diff (7 KB)

Event Timeline