2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

comma for the guardian angel /cc @cvrebert

This commit is contained in:
Mark Otto
2013-07-01 20:18:44 -07:00
parent a049dcb7f6
commit 749dc35328
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1486,7 +1486,8 @@ input[type="checkbox"]:focus {
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button input[type="number"]::-webkit-inner-spin-button {
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
+1 -1
View File
@@ -153,7 +153,7 @@ input[type="checkbox"]:focus {
// Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
// See https://github.com/twitter/bootstrap/issues/8350 for more.
input[type="number"] {
&::-webkit-outer-spin-button
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
height: auto;
}