diff options
author | Knoobie <Knoobie@gmx.de> | 2017-10-23 14:33:55 +0200 |
---|---|---|
committer | Péter Török <31210544+torok-peter@users.noreply.github.com> | 2017-10-23 15:33:55 +0300 |
commit | d0dde67c186f624b9e1ddaa6cfd03ae4d41b2d64 (patch) | |
tree | 8d0b23be7d2ff69352da0c33690c64dd6e97dc75 /themes | |
parent | 1c4713a74c3fb42d1b14c25098a2091f3e4fbe04 (diff) | |
download | vaadin-framework-d0dde67c186f624b9e1ddaa6cfd03ae4d41b2d64.tar.gz vaadin-framework-d0dde67c186f624b9e1ddaa6cfd03ae4d41b2d64.zip |
adds simple fix for missing label text in grid select checkboxes (#10223)
* adds simple fix for missing label text in grid select checkboxes
* updated comment and wording
Diffstat (limited to 'themes')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/shared/_global.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/shared/_global.scss b/themes/src/main/themes/VAADIN/themes/valo/shared/_global.scss index 99fbd360b1..622df7d8a1 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/shared/_global.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/shared/_global.scss @@ -128,7 +128,7 @@ $valo-global-included: false !default; overflow:auto; } - .v-assistive-device-only { + .v-assistive-device-only, .v-assistive-device-only-label label { position: absolute; top: -2000px; left: -2000px; |