From 819c7e3baeb694688258e7ea39949c623263854c Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 21 Mar 2017 14:49:02 +0100 Subject: [PATCH] Fix style issue with drag&drop in the active folder --- www/drive/file.css | 2 +- www/drive/file.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/drive/file.css b/www/drive/file.css index b72b34ca0..a68b8e7bc 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -131,7 +131,7 @@ span.fa-folder-open { #tree span.element { cursor: pointer; } -#tree .active:not(.selected) { +#tree .active:not(.selected):not(.droppable) { background-color: #c8c8c8; } #tree .category2 { diff --git a/www/drive/file.less b/www/drive/file.less index 87abde3ab..82c6a8657 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -167,7 +167,7 @@ span { cursor: pointer; } .active { - &:not(.selected) { + &:not(.selected):not(.droppable) { background-color: darken(@drive-hover, 15%); } }