From ea5901e4e56d2621e3f5f045d8368b1247d26e80 Mon Sep 17 00:00:00 2001 From: "Kehlmann, Matthew" Date: Tue, 9 Jan 2018 20:28:09 -0800 Subject: [PATCH] fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms --- app/components/Form/PayForm.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/components/Form/PayForm.scss b/app/components/Form/PayForm.scss index 541b7c01..1e91eb4e 100644 --- a/app/components/Form/PayForm.scss +++ b/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; } \ No newline at end of file