diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-05 22:48:56 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-07 09:26:39 +0000 |
commit | 8360a5bfd6803e69228bbd0abb6577f6d45c2931 (patch) | |
tree | 675a5414fd1bccf33a4efdbf0343cba93a325413 /WebContent | |
parent | 8655922ec9cf62ad6a752eaf9b03d442bb2dd73f (diff) | |
download | vaadin-framework-8360a5bfd6803e69228bbd0abb6577f6d45c2931.tar.gz vaadin-framework-8360a5bfd6803e69228bbd0abb6577f6d45c2931.zip |
Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)
Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_dragwrapper.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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} { |