From: Mark Otto Date: Thu, 14 May 2015 16:31:23 +0000 (-0700) Subject: add comment, remove week type X-Git-Tag: v3.3.5~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24007c46dba472a5664056857469cf0b050cd11;p=thirdparty%2Fbootstrap.git add comment, remove week type --- diff --git a/less/forms.less b/less/forms.less index 1d6c448127..b064ede465 100644 --- a/less/forms.less +++ b/less/forms.less @@ -174,11 +174,12 @@ input[type="search"] { // text within the input to become vertically misaligned. As a workaround, we // 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`. @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], - input[type="week"], input[type="datetime-local"], input[type="month"] { &.form-control {