]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add comment, remove week type 16472/head
authorMark Otto <markdotto@gmail.com>
Thu, 14 May 2015 16:31:23 +0000 (09:31 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 14 May 2015 16:31:23 +0000 (09:31 -0700)
less/forms.less

index 1d6c4481277799340936cf9966b5152d2c60cdcf..b064ede46529e7f21d777b568828e71da0affa44 100644 (file)
@@ -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 {