From 1fe419784de0f741fe64791563902fc36bb61402 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 29 Aug 2024 20:58:49 +0600 Subject: [PATCH] web/DonateOptionsCard: recolor the focus border of input container also removed additional 0.5px that got partially cropped --- web/src/components/donate/DonateOptionsCard.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/donate/DonateOptionsCard.svelte b/web/src/components/donate/DonateOptionsCard.svelte index cfb42470..ae424c65 100644 --- a/web/src/components/donate/DonateOptionsCard.svelte +++ b/web/src/components/donate/DonateOptionsCard.svelte @@ -245,8 +245,7 @@ } #input-container.focused { - box-shadow: 0 0 0 1.5px var(--blue) inset; - outline: var(--blue) 0.5px solid; + box-shadow: 0 0 0 2px var(--white) inset; } #donation-custom-submit {