This commit is contained in:
Niels Lyngsø
2023-04-18 15:42:17 +02:00
parent 74f9e7e89b
commit 30fb10a26e

View File

@@ -88,7 +88,7 @@ export class UmbDocumentTypeWorkspacePropertyElement extends LitElement {
cursor: grab;
}
// PLaceholder style, used when property is being dragged.
/* Placeholder style, used when property is being dragged.*/
:host(.--umb-sorter-placeholder) {
height: 2px;
}
@@ -100,6 +100,8 @@ export class UmbDocumentTypeWorkspacePropertyElement extends LitElement {
grid-column: span 2;
width: 100%;
border-top: 2px solid blue;
border-radius: 1px;
/* TODO: Make use of same highlight color as UUI and the same Animation. Consider making this a component/(available style) in UUI? */
}
p {