From 1c7a07d3b7fbf64eab7bc3f84990c4cb6997b588 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:02:17 +0800 Subject: [PATCH] Fix translation drawer delete button hover style (#12353) --- .../routes/translation-strings/translation-strings-drawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue b/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue index cb4cca90ef..8b76b31181 100644 --- a/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue +++ b/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue @@ -208,7 +208,7 @@ async function deleteCurrentTranslationString() { padding-bottom: var(--content-padding-bottom); } .v-button.delete-action { - --v-button-background-color-hover: var(--danger); - --v-button-color-hover: var(--foreground-inverted); + --v-button-background-color-hover: var(--danger) !important; + --v-button-color-hover: var(--foreground-inverted) !important; }