From: Mark Otto Date: Tue, 2 Jul 2013 03:18:44 +0000 (-0700) Subject: comma for the guardian angel /cc @cvrebert X-Git-Tag: v3.0.0-rc1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749dc35328862896d613bfe72fc961e490037fad;p=thirdparty%2Fbootstrap.git comma for the guardian angel /cc @cvrebert --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 90482621e3..87b021ee7f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } diff --git a/less/forms.less b/less/forms.less index 45f4537893..2389036daf 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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; }