Fix style issue with drag&drop in the active folder

This commit is contained in:
yflory
2017-03-21 14:49:02 +01:00
parent 6fbd1f0028
commit 819c7e3bae
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ span {
cursor: pointer;
}
.active {
&:not(.selected) {
&:not(.selected):not(.droppable) {
background-color: darken(@drive-hover, 15%);
}
}