From: Chris Rebert Date: Mon, 22 Dec 2014 23:02:34 +0000 (-0800) Subject: Reference iOS Safari temporal input bug in explanatory Less comment X-Git-Tag: v3.3.2~5^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5051e76feaeafb0b999b0b2662f0c2669c48d10;p=thirdparty%2Fbootstrap.git Reference iOS Safari temporal input bug in explanatory Less comment Refs #11266, #13098, #15415 [skip sauce] [skip validator] --- diff --git a/less/forms.less b/less/forms.less index c57c2beb05..f37d1c8f8f 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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"],