Skip to content

Commit

Permalink
[Editor] Update highlight cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jan 30, 2024
1 parent 56dabe9 commit bb6ee81
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions web/annotation_editor_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
--editorFreeText-editing-cursor: text;
--editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16, pointer;
--editorHighlight-editing-cursor: url(images/cursor-editorTextHighlight.svg)
23 23,
24 25,
text;
--editorFreeHighlight-editing-cursor: url(images/toolbarButton-editorHighlight.svg)
0 16,
--editorFreeHighlight-editing-cursor: url(images/cursor-editorFreeHighlight.svg)
1 18,
pointer;
}

Expand Down
6 changes: 6 additions & 0 deletions web/images/cursor-editorFreeHighlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions web/images/cursor-editorTextHighlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb6ee81

Please sign in to comment.