aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-27 12:25:39 -0800
committerMark Otto <[email protected]>2014-01-27 12:25:39 -0800
commitb7ac009a527869dc381b9e4c2272c822d85d2b1c (patch)
tree3ccef3d2a1fce97ce421a1da5fe86fe71dbf4a79 /less/forms.less
parent400720d00b2ebab99c2d54ad036b0100af499620 (diff)
downloadbootstrap-b7ac009a527869dc381b9e4c2272c822d85d2b1c.tar.xz
bootstrap-b7ac009a527869dc381b9e4c2272c822d85d2b1c.zip
Remove #8350's reset for number inputs since Normalize fixes those upstream
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/less/forms.less b/less/forms.less
index c3d4821db..d0189d0cc 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -79,17 +79,6 @@ input[type="checkbox"]:focus {
.tab-focus();
}
-// Fix for Chrome number input
-//
-// Setting certain font-sizes causes the `I` bar to appear on hover of the
-// decrement button. See https://github.com/twbs/bootstrap/issues/8350.
-input[type="number"] {
- &::-webkit-outer-spin-button,
- &::-webkit-inner-spin-button {
- height: auto;
- }
-}
-
// Adjust output element
output {
display: block;