diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_window.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_window.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_window.scss b/WebContent/VAADIN/themes/valo/components/_window.scss index b958be79da..cdd2298499 100644 --- a/WebContent/VAADIN/themes/valo/components/_window.scss +++ b/WebContent/VAADIN/themes/valo/components/_window.scss @@ -102,7 +102,6 @@ $v-window-modality-curtain-background-color: #222 !default; } .#{$primary-stylename}-header { - @include user-select(none); cursor: move; line-height: $v-unit-size - 1px; padding-left: round($v-unit-size/3); |