]> source.dussan.org Git - vaadin-framework.git/commitdiff
A cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)
authorSergey Budkin <sergey@vaadin.com>
Tue, 30 Sep 2014 12:05:38 +0000 (15:05 +0300)
committerMarkus Koivisto <markus@vaadin.com>
Wed, 1 Oct 2014 08:55:44 +0000 (08:55 +0000)
Added css instructions for enclosing span to prevent this.

Change-Id: Ib5e396b85ce37ab722e70fddf3553179248d59e8

WebContent/VAADIN/themes/base/common/common.scss

index 77248c0c96d1c2a2dce34ad81582374f3a01ba2a..2f03561c0bcab1b887b6212783fd9ddda360cce5 100644 (file)
@@ -274,3 +274,8 @@ input::-ms-clear {
        width: 10px;
        overflow: hidden;
 }
+/* fix for #14681 - mobile safari 8 sometimes displayed text cursor on that element */
+.v-radiobutton {
+       -webkit-user-select: none;
+}
+