Skip to content

Commit

Permalink
Reference iOS Safari temporal input bug in explanatory Less comment
Browse files Browse the repository at this point in the history
Refs #11266, #13098, #15415

[skip sauce]
[skip validator]
  • Loading branch information
cvrebert committed Dec 22, 2014
1 parent f2a0a78 commit e5051e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit e5051e7

Please sign in to comment.