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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user