fix(editor): Toggle not visible in credentials modal, page background, info icon and expression switch background (no-changelog) (#9004)

Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
This commit is contained in:
Giulio Andreini
2024-03-29 15:52:57 +01:00
committed by GitHub
parent c204995d9c
commit 1cbd044e41
6 changed files with 8 additions and 4 deletions

View File

@@ -118,13 +118,11 @@ const addTargetBlank = (html: string) =>
align-items: center;
color: var(--color-text-light);
padding-left: var(--spacing-4xs);
background-color: var(--color-background-xlight);
z-index: 1;
}
.options {
opacity: 0;
background-color: var(--color-background-xlight);
transition: opacity 250ms cubic-bezier(0.98, -0.06, 0.49, -0.2); // transition on hover out
> * {