mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
8da5b6255d
Summary: Removes AphrontPanelView, and most of it's CSS - it seems some old previews still call it. Test Plan: grep for AphrontPanelView, no callsites left. Verify CSS left is minimal needed. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7427 Differential Revision: https://secure.phabricator.com/D12004
25 lines
402 B
CSS
25 lines
402 B
CSS
/**
|
|
* @provides maniphest-report-css
|
|
*/
|
|
|
|
table.aphront-table-view tr.aggregate,
|
|
table.aphront-table-view tr.alt-aggregate {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.aphront-table-view tr.month,
|
|
table.aphront-table-view tr.alt-month {
|
|
background: {$backdrop};
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.red {
|
|
color: {$red};
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.green {
|
|
color: {$green};
|
|
font-weight: bold;
|
|
}
|