Add hover effect for collapse header

This commit is contained in:
Lukas Martinelli
2016-12-22 12:06:04 +01:00
parent 92996b1db5
commit 53f0a6adda
3 changed files with 15 additions and 14 deletions
+1 -3
View File
@@ -142,9 +142,7 @@ export default class LayerEditor extends React.Component {
</LayerEditorGroup>
}
return <div style={{
padding: margins[0],
}}>
return <div>
{propertyGroups}
{dataGroup}
</div>