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
e0251399cd
  1. 5
      app/components/Form/PayForm.scss

5
app/components/Form/PayForm.scss

@ -158,3 +158,8 @@
}
}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
Loading…
Cancel
Save