From 97c0fb7f8eea30ae351c586076851535f82a15fc Mon Sep 17 00:00:00 2001 From: David Baer Date: Thu, 23 Apr 2026 14:23:13 -0400 Subject: [PATCH] Remove arrows from numeric input control --- src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index f9cc198..62aee78 100644 --- a/src/app.css +++ b/src/app.css @@ -27,10 +27,10 @@ .no-arrows::-webkit-outer-spin-button, .no-arrows::-webkit-inner-spin-button { - -webkit-appearance: none; - margin: 0; + -webkit-appearance: none !important; + margin: 0 !important; } .no-arrows { - -moz-appearance: textfield; + -moz-appearance: textfield !important; }