From 7dad7d82287bc9906ef12d1efd64f8b1da3a0326 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 26 Nov 2012 23:31:13 +0200 Subject: Temporary work around for drag'n'drop image problem (#10385) Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0 --- WebContent/VAADIN/themes/chameleon/chameleon.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss') diff --git a/WebContent/VAADIN/themes/chameleon/chameleon.scss b/WebContent/VAADIN/themes/chameleon/chameleon.scss index 8a24a73cbf..855c9d19e1 100644 --- a/WebContent/VAADIN/themes/chameleon/chameleon.scss +++ b/WebContent/VAADIN/themes/chameleon/chameleon.scss @@ -3,6 +3,14 @@ @import "components/components.scss"; @import "compound/compound.scss"; +/* Temporarily moved here to make drag'n'drop work before #10384 is fixed */ +.v-drag-element { + font-family: $chameleon-font-family; + font-size: $chameleon-font-size; + line-height: $chameleon-line-height; + color: #222; +} + @mixin chameleon { // TODO move this? @include base; -- cgit v1.2.3