mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
[Redesign] Fallout cleanup from Merge
Summary: Ref T8099, I //think// this was just a bum merge, but maybe I missed a commit too. Test Plan: Poked around a number of new headers and styles, uiexamples, dialogs, etc. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D12982
This commit is contained in:
parent
bfca11dbba
commit
832ad46950
4 changed files with 1 additions and 70 deletions
|
@ -80,7 +80,6 @@ final class ManiphestTaskResultListView extends ManiphestView {
|
|||
$task_list->setHandles($handles);
|
||||
|
||||
$header = id(new PHUIHeaderView())
|
||||
->addClass('maniphest-task-group-header')
|
||||
->addSigil('task-group')
|
||||
->setMetadata(array('priority' => head($list)->getPriority()))
|
||||
->setHeader(pht('%s (%s)', $group, new PhutilNumber(count($list))));
|
||||
|
|
|
@ -19,18 +19,12 @@
|
|||
}
|
||||
|
||||
.aphront-dialog-head {
|
||||
padding: 4px 12px 0 12px;
|
||||
padding: 12px 12px 0 12px;
|
||||
background: #fff;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
.aphront-dialog-head .phui-action-header {
|
||||
border-bottom: 1px solid {$thinblueborder};
|
||||
padding: 0 0 4px 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.aphront-dialog-flush .aphront-dialog-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -109,11 +103,6 @@
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
.aphront-dialog-view ul {
|
||||
margin: 12px 24px;
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
.aphront-policy-rejection {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -101,35 +101,11 @@
|
|||
.phabricator-dark-menu .phui-list-item-type-link {
|
||||
background: transparent;
|
||||
}
|
||||
.device-desktop
|
||||
.conpherence-durable-column-header
|
||||
.phabricator-application-menu
|
||||
.core-menu-item.phui-list-item-view:hover
|
||||
.phui-list-item-icon.phui-font-fa {
|
||||
color: #fff;
|
||||
}
|
||||
.conpherence-durable-column-header
|
||||
.phabricator-application-menu
|
||||
.phui-list-item-view.core-menu-item {
|
||||
display: block;
|
||||
}
|
||||
.device-desktop
|
||||
.conpherence-durable-column-header
|
||||
.phabricator-application-menu
|
||||
.core-menu-item.phui-list-item-view:hover {
|
||||
background-color: rgba(0,0,0,.33);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.conpherence-durable-column-header
|
||||
.phabricator-application-menu .phui-list-item-icon.phui-font-fa {
|
||||
font-size: 20px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
color: rgba(255,255,255,.8);
|
||||
margin: 8px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.conpherence-durable-column-header {
|
||||
border-left: 1px solid {$lightblueborder};
|
||||
|
|
|
@ -7,24 +7,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.maniphest-task-group-header {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
color: {$darkbluetext};
|
||||
padding: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.maniphest-total-result-count {
|
||||
text-align: right;
|
||||
padding: 5px 20px 0 0;
|
||||
font-size: 11px;
|
||||
color: {$greytext};
|
||||
}
|
||||
|
||||
.device-phone .maniphest-total-result-count {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.maniphest-batch-editor-layout {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -54,18 +36,3 @@
|
|||
.maniphest-board-link {
|
||||
color: {$bluetext};
|
||||
}
|
||||
|
||||
/* - Dashboards ------------------------------------------------------------ */
|
||||
|
||||
.dashboard-panel .maniphest-list-container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dashboard-panel .maniphest-task-group + .maniphest-task-group {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.dashboard-panel .maniphest-task-group-header {
|
||||
border-left: 1px solid {$lightblueborder};
|
||||
border-right: 1px solid {$lightblueborder};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue