From 314d3590ec231943924e63402223181e4fb951d3 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 23 Jul 2024 13:22:05 +0600 Subject: [PATCH] web/DialogButtons: don't apply hover effect if button is colored --- web/src/components/dialog/DialogButtons.svelte | 1 + web/src/routes/+layout.svelte | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/components/dialog/DialogButtons.svelte b/web/src/components/dialog/DialogButtons.svelte index 5f086a78..3b9943e1 100644 --- a/web/src/components/dialog/DialogButtons.svelte +++ b/web/src/components/dialog/DialogButtons.svelte @@ -9,6 +9,7 @@ {#each buttons as button}