mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Don't allow dragging parent into child element
This commit is contained in:
parent
64fc58ddd2
commit
c9152bd077
@ -85,6 +85,7 @@ export class HaSortable extends LitElement {
|
|||||||
background: rgba(var(--rgb-primary-color), 0.25);
|
background: rgba(var(--rgb-primary-color), 0.25);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortable-drag {
|
.sortable-drag {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user