summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authormichaelvogt <michael@vaadin.com>2013-03-20 10:37:11 +0200
committermichaelvogt <michael@vaadin.com>2013-03-20 10:37:11 +0200
commit320b4e3776976e5dad822f01542f338cf76140bb (patch)
tree436ed9d448a1e663befde8b01ed8fa08a1f14700 /WebContent
parent9764317f6be8091cfda37faac9294f5e58ecfeef (diff)
downloadvaadin-framework-320b4e3776976e5dad822f01542f338cf76140bb.tar.gz
vaadin-framework-320b4e3776976e5dad822f01542f338cf76140bb.zip
WAI-ARIA fields (#11180)
Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
index e801ec2821..27c6dc949c 100644
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ b/WebContent/VAADIN/themes/base/common/common.scss
@@ -238,4 +238,10 @@ input::-ms-clear {
height: 0;
}
+.v-assistive-device-only {
+ position: absolute;
+ left: -2000px;
+ width: 10px;
+ overflow: hidden;
+}
} \ No newline at end of file