WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29

Draft
Masterluke77 wants to merge 284 commits from release/1.44.0-ux-foundation-production-update-v1 into main
Showing only changes of commit 5d2c7dc8df - Show all commits
+16 -4
View File
@@ -283,16 +283,28 @@
display: none !important;
}
#templates .ux-template-editor-open .ux-template-toolbar,
#templates .ux-template-editor-open #template-list,
#templates .ux-template-editor-open .ux-template-metrics {
#templates.ux-template-editor-open .ux-template-toolbar,
#templates.ux-template-editor-open #template-list,
#templates.ux-template-editor-open .ux-template-metrics,
#templates.ux-template-editor-open .ux-template-primary-action {
display: none !important;
}
#templates .ux-template-list-open #template-form {
#templates.ux-template-list-open #template-form {
display: none;
}
#templates.ux-template-no-results #template-list::after {
content: 'Keine Vorlage passt zu den gewählten Filtern.';
display: block;
grid-column: 1 / -1;
padding: 28px;
border: 1px dashed var(--vd-color-border, var(--border));
border-radius: 14px;
color: var(--vd-color-text-muted, var(--text-muted));
text-align: center;
}
#templates #template-form.ux-template-form,
#templates #template-form {
width: 100%;