Update sortable styling (#19169)

This commit is contained in:
Bram Kragten
2023-12-28 15:32:49 +01:00
committed by GitHub
parent 1916dff57b
commit 7983556f98
11 changed files with 160 additions and 138 deletions

View File

@@ -181,7 +181,8 @@ export class HuiEntityEditor extends LitElement {
}
.entity .handle {
padding-right: 8px;
cursor: move;
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
padding-inline-end: 8px;
padding-inline-start: initial;
direction: var(--direction);