Skip to content

Commit a50a3e1

Browse files
iulia-bkoddsson
andauthored
Update src/task-lists-element.ts
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent 3a4872f commit a50a3e1

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 xmlns="http://www.w3.org/2000/svg" class="drag-handle" aria-hidden="true" viewBox="0 0 16 16" width="16" height="16">
86-
<path fill-rule="evenodd" 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"></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)