summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/chameleon.scss
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-26 23:31:13 +0200
committerArtur Signell <artur@vaadin.com>2012-11-26 23:31:39 +0200
commit7dad7d82287bc9906ef12d1efd64f8b1da3a0326 (patch)
tree4c2e60f960b036a60b1ae8615184bbc78cd88256 /WebContent/VAADIN/themes/chameleon/chameleon.scss
parent57ad5b2fbe98af98b48f3f82ef19a2656cf5328e (diff)
downloadvaadin-framework-7dad7d82287bc9906ef12d1efd64f8b1da3a0326.tar.gz
vaadin-framework-7dad7d82287bc9906ef12d1efd64f8b1da3a0326.zip
Temporary work around for drag'n'drop image problem (#10385)
Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss')
-rw-r--r--WebContent/VAADIN/themes/chameleon/chameleon.scss8
1 files changed, 8 insertions, 0 deletions
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;