Fix translation drawer delete button hover style (#12353)

This commit is contained in:
Azri Kahar
2022-03-24 18:02:17 +08:00
committed by GitHub
parent 577e803bb5
commit 1c7a07d3b7

View File

@@ -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;
}
</style>