diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/chameleon.scss | 8 |
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; |