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
View File
@@ -135,7 +135,6 @@ class LayerListItem extends React.Component {
}
if(this.state.hover) {
console.log('hooover')
itemStyle.backgroundColor = Color(colors.black).lighten(0.10).string()
}