From 03511c2718ec8fa924b35528f2451a3c99381e7f Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:53:20 +0100 Subject: [PATCH] Make SpinBox chevrons more subtle and keep showing them when input is focused. --- ftl/core/actions.ftl | 2 ++ ts/components/SpinBox.svelte | 41 +++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/ftl/core/actions.ftl b/ftl/core/actions.ftl index 6252c2955..0a1505a17 100644 --- a/ftl/core/actions.ftl +++ b/ftl/core/actions.ftl @@ -8,10 +8,12 @@ actions-copy = Copy actions-create-copy = Create Copy actions-custom-study = Custom Study actions-decks = Decks +actions-decrement-value = Decrement value actions-delete = Delete actions-export = Export actions-filter = Filter actions-help = Help +actions-increment-value = Increment value actions-import = Import actions-manage = Manage... actions-name = Name: diff --git a/ts/components/SpinBox.svelte b/ts/components/SpinBox.svelte index 722d93eca..f7a2b389a 100644 --- a/ts/components/SpinBox.svelte +++ b/ts/components/SpinBox.svelte @@ -3,6 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->