aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-22 15:02:34 -0800
committerChris Rebert <[email protected]>2014-12-22 15:03:48 -0800
commite5051e76feaeafb0b999b0b2662f0c2669c48d10 (patch)
tree470f389e9142919b25bcfbca9061af3d9b0a497b /less/forms.less
parentf2a0a78b179d3730c9e49e661ff0d6d87e67f58f (diff)
downloadbootstrap-e5051e76feaeafb0b999b0b2662f0c2669c48d10.tar.xz
bootstrap-e5051e76feaeafb0b999b0b2662f0c2669c48d10.zip
Reference iOS Safari temporal input bug in explanatory Less comment
Refs #11266, #13098, #15415 [skip sauce] [skip validator]
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index c57c2beb0..f37d1c8f8 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"],