diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index ac9154d2dc..9162e64a89 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -204,15 +204,6 @@ body &.v-app-loading { padding: 2px; } -.v-drag-element { - z-index: 60000; - /* override any other position: properties */ - position: absolute !important; - opacity: 0.5; - filter: alpha(opacity=50); - cursor: default; -} - .v-clip { overflow: hidden; } |