2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for temporal inputs and line-height

This commit is contained in:
Mark Otto
2014-08-02 21:16:32 -07:00
parent 9d0872b748
commit 6424acf69a
7 changed files with 79 additions and 6 deletions
+15
View File
@@ -191,6 +191,21 @@ input[type="month"] {
}
}
// IE 11 hack to reverse the iOS temporal input hack.
_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
line-height: @line-height-base;
&.input-sm {
line-height: @line-height-small;
}
&.input-lg {
line-height: @line-height-large;
}
}
// Form groups
//