mirror of
https://github.com/directus/directus.git
synced 2026-01-27 01:47:58 -05:00
Fix translation drawer delete button hover style (#12353)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user