Commit 31e8a487 authored by Chris Rebert's avatar Chris Rebert

"bottom increment" => "decrement" in explanatory comment

parent 7d015817
...@@ -85,7 +85,7 @@ input[type="checkbox"]:focus { ...@@ -85,7 +85,7 @@ input[type="checkbox"]:focus {
// Fix for Chrome number input // Fix for Chrome number input
// //
// Setting certain font-sizes causes the `I` bar to appear on hover of the // Setting certain font-sizes causes the `I` bar to appear on hover of the
// bottom increment button. See https://github.com/twbs/bootstrap/issues/8350. // decrement button. See https://github.com/twbs/bootstrap/issues/8350.
input[type="number"] { input[type="number"] {
&::-webkit-outer-spin-button, &::-webkit-outer-spin-button,
&::-webkit-inner-spin-button { &::-webkit-inner-spin-button {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment