Skip to content

Commit bec11b2

Browse files
authored
Merge pull request #17 from github/upgrade-grab-handler
Use octicon as sortable item icon handler icon
2 parents 9344569 + a50a3e1 commit bec11b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/task-lists-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export default class TaskListsElement extends HTMLElement {
8282
const handleTemplate = document.createElement('template')
8383
handleTemplate.innerHTML = `
8484
<span class="handle">
85-
<svg class="drag-handle" aria-hidden="true" width="16" height="15" version="1.1" viewBox="0 0 16 15">
86-
<path d="M12,4V5H4V4h8ZM4,8h8V7H4V8Zm0,3h8V10H4v1Z"></path>
85+
<svg class="drag-handle" aria-hidden="true" width="16" height="16">
86+
<path d="M10 13a1 1 0 100-2 1 1 0 000 2zm-4 0a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zM6 5a1 1 0 100-2 1 1 0 000 2z"/>
8787
</svg>
8888
</span>`
8989

0 commit comments

Comments
 (0)