fix(editor): Hover and active states not showing in execution list on dark mode (#9002)

Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
Ricardo Espinoza
2024-03-29 11:13:48 -04:00
committed by GitHub
parent 8788e2a35b
commit bead7eb840
3 changed files with 5 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ export default defineComponent({
&:hover,
&.active {
.executionLink {
background-color: var(--color-foreground-light);
background-color: var(--execution-card-background-hover);
}
}