From: Chris Rebert Date: Fri, 22 Jul 2016 04:36:33 +0000 (-0700) Subject: Update iOS temporal input types support comment (#20343) X-Git-Tag: v3.3.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02e9fdaa54521dfc5ff963c803922b7aaeaef47c;p=thirdparty%2Fbootstrap.git Update iOS temporal input types support comment (#20343) * no longer exists, per https://github.com/whatwg/html/issues/336 * iOS 9.3.2 still doesn't support [skip sauce] [skip validator] --- diff --git a/less/forms.less b/less/forms.less index e8b071a138..9377d3846b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -181,7 +181,7 @@ input[type="search"] { // set a pixel line-height that matches the given height of the input, but only // for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848 // -// Note that as of 8.3, iOS doesn't support `datetime` or `week`. +// Note that as of 9.3, iOS doesn't support `week`. @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"],