Clean up ErrorView inside lists

Summary: Fixes T7104

Test Plan: Load up a config page with no errors

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7104

Differential Revision: https://secure.phabricator.com/D11616
This commit is contained in:
Chad Little
2015-02-02 08:43:10 -08:00
parent 7acaf25bcc
commit 5fdee15117
2 changed files with 6 additions and 5 deletions

View File

@@ -28,9 +28,10 @@ ul.phui-object-item-list-view {
margin: 0;
}
.phui-object-item-list-view .phui-error-view {
margin: 4px 0 8px 0;
.phui-object-box .phui-object-item-list-view .phui-error-view {
margin: 4px 0;
color: {$greytext};
border: none;
}
.phui-object-item {