fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997)

This commit is contained in:
Milorad FIlipović
2025-03-20 15:48:10 +01:00
committed by GitHub
parent 305ea0fb32
commit 1f56a24bbd
35 changed files with 1277 additions and 145 deletions

View File

@@ -65,6 +65,7 @@ const onAction = (action: string) => {
<n8n-action-toggle
v-if="breadcrumbs.visibleItems"
:actions="actions"
:class="$style['action-toggle']"
theme="dark"
data-test-id="folder-breadcrumbs-actions"
@action="onAction"
@@ -78,6 +79,12 @@ const onAction = (action: string) => {
align-items: center;
}
.action-toggle {
span[role='button'] {
color: var(--color-text-base);
}
}
.home-project {
display: flex;
align-items: center;