Skip to content

Commit

Permalink
(less) Remove twbs#8350's reset for number inputs since Normalize fix…
Browse files Browse the repository at this point in the history
…es those upstream
  • Loading branch information
mdo committed Jan 27, 2014
1 parent 32680f6 commit 29f7b1c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 29f7b1c

Please sign in to comment.