2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Remove #8350's reset for number inputs since Normalize fixes those upstream

This commit is contained in:
Mark Otto
2014-01-27 12:25:39 -08:00
parent 400720d00b
commit b7ac009a52
6 changed files with 4 additions and 19 deletions
-11
View File
@@ -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;