diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 926bdc7b74..48890488fb 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -237,7 +237,9 @@ input::-ms-clear { width: 0; height: 0; } +} +/* Outside the base mixin because elements might be added directly to the body */ .v-assistive-device-only { position: absolute; top: -2000px; @@ -245,4 +247,3 @@ input::-ms-clear { width: 10px; overflow: hidden; } -}
\ No newline at end of file |