Browse Source

fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms

renovate/lint-staged-8.x
Kehlmann, Matthew 7 years ago
parent
commit
ea5901e4e5
  1. 5
      app/components/Form/PayForm.scss

5
app/components/Form/PayForm.scss

@ -172,4 +172,9 @@
cursor: pointer;
}
}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
Loading…
Cancel
Save