]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reference iOS Safari temporal input bug in explanatory Less comment
authorChris Rebert <code@rebertia.com>
Mon, 22 Dec 2014 23:02:34 +0000 (15:02 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 22 Dec 2014 23:03:48 +0000 (15:03 -0800)
Refs #11266, #13098, #15415

[skip sauce]
[skip validator]

less/forms.less

index c57c2beb052ab3aaf951266b28e0eaa372c42177..f37d1c8f8f67877d47c7604a709e107a90dba245 100644 (file)
@@ -170,7 +170,7 @@ input[type="search"] {
 // In Mobile Safari, setting `display: block` on temporal inputs causes the
 // 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.
+// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
 
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
   input[type="date"],