fix(sidebar): Show icons when hovering over entire section

This commit is contained in:
Ben Gotow 2016-06-06 17:57:39 -07:00
parent 1f727b1041
commit b5a00fe84f

View file

@ -48,15 +48,16 @@
margin-left: auto;
margin-right: 8px;
}
}
&:hover {
&:hover {
.heading {
.collapse-button,.add-item-button {
display: inherit;
}
}
}
.item-container {
display:flex;
&.dropping {