Skip to content

Commit f2f3374

Browse files
committed
Switch class to "Tab" when in sort mode
1 parent 631a217 commit f2f3374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/core/content-type/workspace/views/design/content-type-design-editor.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export class UmbContentTypeDesignEditorElement extends UmbLitElement implements
475475
renderTabInner(tab: UmbPropertyTypeContainerModel, tabActive: boolean, ownedTab: boolean) {
476476
// TODO: Localize this:
477477
if (this._sortModeActive) {
478-
return html`<div class="not-active">
478+
return html`<div class="tab">
479479
${ownedTab
480480
? html`<uui-icon name="icon-navigation" class="drag-${tab.id}"> </uui-icon>${tab.name!}
481481
<uui-input

0 commit comments

Comments
 (0)