summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-05-08 14:04:04 +0300
committerLeif Åstrand <leif@vaadin.com>2013-05-08 14:04:04 +0300
commite2851196c342c7ca6f219d624c14794c967ae358 (patch)
treed97cc29311a9fde1acd25aada37d5634156e9931 /WebContent
parent571792ed9ddb00ae795bd785473c181f1aa102a2 (diff)
downloadvaadin-framework-e2851196c342c7ca6f219d624c14794c967ae358.tar.gz
vaadin-framework-e2851196c342c7ca6f219d624c14794c967ae358.zip
Move .v-assistive-device-only out of @mixin base-common
Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss3
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