fix(sidebar): Only show add folder icon on hover

This commit is contained in:
Drew Regitsky 2016-02-24 16:11:00 -08:00
parent 09f0c12f0d
commit 1cd9fcf535

View file

@ -38,6 +38,7 @@
margin-right: @padding-small-horizontal;
cursor: pointer;
img {background: @text-color-very-subtle; }
display: none;
}
.collapse-button {
@ -49,7 +50,7 @@
}
&:hover {
.collapse-button {
.collapse-button,.add-item-button {
display: inherit;
}
}