diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-08 14:04:04 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-05-08 14:04:04 +0300 |
commit | e2851196c342c7ca6f219d624c14794c967ae358 (patch) | |
tree | d97cc29311a9fde1acd25aada37d5634156e9931 /WebContent | |
parent | 571792ed9ddb00ae795bd785473c181f1aa102a2 (diff) | |
download | vaadin-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.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 |