From 8360a5bfd6803e69228bbd0abb6577f6d45c2931 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 5 Aug 2014 22:48:56 +0300 Subject: Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351) Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec --- WebContent/VAADIN/themes/valo/components/_dragwrapper.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss index 7f1be69553..6527e42ed7 100644 --- a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss +++ b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss @@ -7,7 +7,8 @@ } .#{$primary-stylename}.v-active-drag-source { - visibility: hidden; + // This breaks file upload dragging (for some reason the ddwrapper gets this class when an active file drag is over it) + // visibility: hidden; } .#{$primary-stylename} { -- cgit v1.2.3