More Diffusion panel updates.
Summary: In Commit Details, remove the panel backgrounds. Test Plan: Chrome Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4454
This commit is contained in:
@@ -195,6 +195,7 @@ final class DiffusionCommitController extends DiffusionController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$change_panel->appendChild($change_table);
|
$change_panel->appendChild($change_table);
|
||||||
|
$change_panel->setNoBackground();
|
||||||
|
|
||||||
$content[] = $change_panel;
|
$content[] = $change_panel;
|
||||||
|
|
||||||
@@ -498,6 +499,7 @@ final class DiffusionCommitController extends DiffusionController {
|
|||||||
$panel->setHeader('Audits');
|
$panel->setHeader('Audits');
|
||||||
$panel->setCaption('Audits you are responsible for are highlighted.');
|
$panel->setCaption('Audits you are responsible for are highlighted.');
|
||||||
$panel->appendChild($view);
|
$panel->appendChild($view);
|
||||||
|
$panel->setNoBackground();
|
||||||
|
|
||||||
return $panel;
|
return $panel;
|
||||||
}
|
}
|
||||||
@@ -795,6 +797,7 @@ final class DiffusionCommitController extends DiffusionController {
|
|||||||
$panel->setHeader('Merged Changes');
|
$panel->setHeader('Merged Changes');
|
||||||
$panel->setCaption($caption);
|
$panel->setCaption($caption);
|
||||||
$panel->appendChild($history_table);
|
$panel->appendChild($history_table);
|
||||||
|
$panel->setNoBackground();
|
||||||
|
|
||||||
return $panel;
|
return $panel;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user