aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-08 23:55:23 -0800
committerChris Rebert <[email protected]>2016-01-08 23:55:23 -0800
commit8adc9d771f3c1f4110cd2c9d246bdaae657482db (patch)
treed0b7c1464b043ed03c46839f73f89f0bc7cde34d
parent31fc8a62e5f35cb6ce6b6e35bdad6260b95ae4f3 (diff)
downloadbootstrap-8adc9d771f3c1f4110cd2c9d246bdaae657482db.tar.xz
bootstrap-8adc9d771f3c1f4110cd2c9d246bdaae657482db.zip
Remove remaining reference to <input type="datetime"> in SCSS comment
Erratum of #18778 [skip sauce] [skip validator]
-rw-r--r--scss/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 802241bd3..0d5e364ec 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -90,7 +90,7 @@
// 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`.
+// Note that as of 8.3, iOS doesn't support `week`.
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],