Skip to content

Commit

Permalink
add comment, remove week type
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 14, 2015
1 parent 52110fa commit e24007c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,12 @@ input[type="search"] {
// 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"],
input[type="time"],
input[type="week"],
input[type="datetime-local"],
input[type="month"] {
&.form-control {
Expand Down

0 comments on commit e24007c

Please sign in to comment.