aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-01 20:18:44 -0700
committerMark Otto <[email protected]>2013-07-01 20:18:44 -0700
commit749dc35328862896d613bfe72fc961e490037fad (patch)
treee77ff6590b54d84d7a7612fe1e3450d664713084 /less/forms.less
parenta049dcb7f60def107be3a141de811e5a875e8049 (diff)
downloadbootstrap-749dc35328862896d613bfe72fc961e490037fad.tar.xz
bootstrap-749dc35328862896d613bfe72fc961e490037fad.zip
comma for the guardian angel /cc @cvrebert
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 45f453789..2389036da 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;
}