mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Reference iOS Safari temporal input bug in explanatory Less comment
Refs #11266, #13098, #15415 [skip sauce] [skip validator]
This commit is contained in:
parent
f2a0a78b17
commit
e5051e76fe
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ input[type="search"] {
|
||||||
// In Mobile Safari, setting `display: block` on temporal inputs causes the
|
// In Mobile Safari, setting `display: block` on temporal inputs causes the
|
||||||
// text within the input to become vertically misaligned. As a workaround, we
|
// 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
|
// 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) {
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
|
|
Loading…
Reference in a new issue