diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index d6dfed11df..e7fdd3fe84 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -204,12 +204,6 @@ body &.v-app-loading { padding: 2px; } -/* Fix for IE9 caret bug #11152 */ -input, -textarea { - position: relative; -} - .v-drag-element { z-index: 60000; /* override any other position: properties */ |