From e2851196c342c7ca6f219d624c14794c967ae358 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 8 May 2013 14:04:04 +0300 Subject: Move .v-assistive-device-only out of @mixin base-common Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e --- WebContent/VAADIN/themes/base/common/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WebContent/VAADIN') 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 -- cgit v1.2.3