diff options
| author | Chris Rebert <[email protected]> | 2015-10-23 23:05:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-23 23:05:13 -0700 |
| commit | 25d724b279009019c5e8a546ab637c956af7785d (patch) | |
| tree | 510c3a3e422712b521c59e30eb6c246a2caaab8f | |
| parent | e2fd019ece94dbf28de0a0ab7dc6a31fe57f6c5c (diff) | |
| download | bootstrap-25d724b279009019c5e8a546ab637c956af7785d.tar.xz bootstrap-25d724b279009019c5e8a546ab637c956af7785d.zip | |
_forms.scss: Copy over iOS <input> type compatibility note from v3
Refs b6e6a05b951aac3fad30da441c765dbb86518644
We ought to re-check this for iOS 9.1 at some point...
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index df2886338..3138c7af0 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -89,6 +89,8 @@ // 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. See https://bugs.webkit.org/show_bug.cgi?id=139848 +// +// Note that as of 8.3, iOS doesn't support `datetime` or `week`. @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], |
