From 14d0577895f05003b5cfd28b8f8aa89a3e3ccead Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 6 Aug 2024 16:46:32 +0600 Subject: [PATCH] web/DonateOptionsCard: hide webkit stepper button --- web/src/components/donate/DonateOptionsCard.svelte | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/components/donate/DonateOptionsCard.svelte b/web/src/components/donate/DonateOptionsCard.svelte index 1b9b5f95..5787b541 100644 --- a/web/src/components/donate/DonateOptionsCard.svelte +++ b/web/src/components/donate/DonateOptionsCard.svelte @@ -207,4 +207,10 @@ width: 24px; height: 24px; } + + #donation-custom-input::-webkit-outer-spin-button, + #donation-custom-input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + }