Merge branch 'v8/feature/reintroduce-tabs' of https://github.com/umbraco/Umbraco-CMS into v8/feature/reintroduce-tabs

This commit is contained in:
Niels Lyngsø
2021-08-05 16:22:43 +02:00
4 changed files with 6 additions and 6 deletions

View File

@@ -321,6 +321,11 @@
scope.sortingButtonKey = "general_reorder";
}
// When exiting the reorder mode while the generic tab is empty, set the active tab to the first available one
if (scope.tabs.length > 0 && !scope.openTabAlias) {
scope.openTabAlias = scope.tabs[0].alias;
}
} else {
scope.sortingMode = true;
scope.sortingButtonKey = "general_reorderDone";

View File

@@ -107,7 +107,6 @@
@import "components/card.less";
@import "components/editor/umb-editor.less";
@import "components/editor/umb-variant-switcher.less";
@import "components/editor/umb-editor-container.less";
@import "components/umb-sub-views.less";
@import "components/umb-editor-navigation.less";
@import "components/umb-editor-navigation-item.less";

View File

@@ -1,5 +0,0 @@
.umb-editor-container.editors-document-type-container {
.umb-pane {
margin-top: 0;
}
}

View File

@@ -6,6 +6,7 @@
border-right-width: 21px;
margin-left: -20px;
width: calc(100% + 40px);
margin-top: -20px;
.left {
flex: 1 1 auto;