From b9fabdc3277641022c90e0db11da7e9baf339402 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 16 Aug 2024 01:44:13 +0600 Subject: [PATCH] web/Omnibox: clean up input link icon code --- web/src/components/save/Omnibox.svelte | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/web/src/components/save/Omnibox.svelte b/web/src/components/save/Omnibox.svelte index dc0c919c..5c7b8127 100644 --- a/web/src/components/save/Omnibox.svelte +++ b/web/src/components/save/Omnibox.svelte @@ -132,11 +132,13 @@ class:focused={isFocused} class:downloadable={validLink($link)} > - {#if isDisabled} - - {:else} - - {/if} +