Compare commits

...

1 Commits

Author SHA1 Message Date
Paul Bottein
c9152bd077 Don't allow dragging parent into child element 2024-01-30 15:07:58 +01:00

View File

@@ -85,6 +85,7 @@ export class HaSortable extends LitElement {
background: rgba(var(--rgb-primary-color), 0.25);
border-radius: 4px;
opacity: 0.4;
pointer-events: none;
}
.sortable-drag {