Skip to content

Commit

Permalink
Adds cursor over in-place-editable content
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Jan 20, 2021
1 parent 47f6769 commit 01a495b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/InPlaceEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
{/if}

<style>
div {
cursor: pointer;
}
input {
border: none;
background: none;
Expand Down

0 comments on commit 01a495b

Please sign in to comment.