Skip to content

Commit

Permalink
Content type group sorting placeholder (#2471)
Browse files Browse the repository at this point in the history
* Make it more clear when content type groups are re-arranged

* Hide header slot with input
  • Loading branch information
bjarnef authored Oct 28, 2024
1 parent 0455bfd commit 303e24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class UmbContentTypeWorkspaceViewEditGroupElement extends UmbLitElement {
opacity: 0.5;
}
:host([drag-placeholder]) > * {
:host([drag-placeholder]) > uui-box > * {
visibility: hidden;
}
Expand Down

0 comments on commit 303e24d

Please sign in to comment.