diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/shared/_overlay.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/shared/_overlay.scss b/themes/src/main/themes/VAADIN/themes/valo/shared/_overlay.scss index 5b44e94cac..eabf4d3227 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/shared/_overlay.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/shared/_overlay.scss @@ -277,6 +277,9 @@ $v-selection-item-selection-color: $v-selection-color !default; @mixin valo-draggable { .v-draggable { + -moz-user-select: none !important; + -ms-user-select: none !important; + -webkit-user-select: none !important; user-select: none !important; } } |