Fix style issue with drag&drop in the active folder
This commit is contained in:
@@ -131,7 +131,7 @@ span.fa-folder-open {
|
|||||||
#tree span.element {
|
#tree span.element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#tree .active:not(.selected) {
|
#tree .active:not(.selected):not(.droppable) {
|
||||||
background-color: #c8c8c8;
|
background-color: #c8c8c8;
|
||||||
}
|
}
|
||||||
#tree .category2 {
|
#tree .category2 {
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ span {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
&:not(.selected) {
|
&:not(.selected):not(.droppable) {
|
||||||
background-color: darken(@drive-hover, 15%);
|
background-color: darken(@drive-hover, 15%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user