web/DialogButtons: don't apply hover effect if button is colored

This commit is contained in:
wukko
2024-07-23 13:22:05 +06:00
parent c12088e297
commit 314d3590ec
2 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
{#each buttons as button}
<button
class="button popup-button {button.color}"
class:color={button.color}
class:active={button.main}
on:click={async () => {
await button.action();