diff options
| author | Mark Otto <[email protected]> | 2014-01-27 12:25:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-27 12:25:39 -0800 |
| commit | b7ac009a527869dc381b9e4c2272c822d85d2b1c (patch) | |
| tree | 3ccef3d2a1fce97ce421a1da5fe86fe71dbf4a79 /dist/css/bootstrap.css | |
| parent | 400720d00b2ebab99c2d54ad036b0100af499620 (diff) | |
| download | bootstrap-b7ac009a527869dc381b9e4c2272c822d85d2b1c.tar.xz bootstrap-b7ac009a527869dc381b9e4c2272c822d85d2b1c.zip | |
Remove #8350's reset for number inputs since Normalize fixes those upstream
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 09f6701e0..7482a7c5e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1676,10 +1676,6 @@ input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -input[type="number"]::-webkit-outer-spin-button, -input[type="number"]::-webkit-inner-spin-button { - height: auto; -} output { display: block; padding-top: 7px; |
