From: Mark Otto Date: Fri, 13 Nov 2015 07:31:19 +0000 (-0800) Subject: Merge branch 'reboot-cursor' of https://github.com/flexbox/bootstrap into flexbox... X-Git-Tag: v4.0.0-alpha.2~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18cc5f77b84419261bd69fdacbf0a6c7283b7f8;p=thirdparty%2Fbootstrap.git Merge branch 'reboot-cursor' of https://github.com/flexbox/bootstrap into flexbox-reboot-cursor --- d18cc5f77b84419261bd69fdacbf0a6c7283b7f8 diff --cc scss/_reboot.scss index 8a8609dd8d,884a3822f6..ae183e7ea1 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@@ -196,17 -194,7 +196,6 @@@ img } - // iOS "clickable elements" fix for role="button" - // - // Fixes "clickability" issue (and more generally, the firing of events such as focus as well) - // for traditionally non-focusable elements with role="button" - // see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile - - [role="button"] { - cursor: pointer; - } - -- // // Tables //