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

@@ -285,7 +285,8 @@ class HaInputSelectForm extends LitElement {
margin-bottom: 8px;
}
.handle {
cursor: move;
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
padding-right: 12px;
}
.handle ha-svg-icon {