Skip to content

Commit

Permalink
[Editor] Change the cursor icons
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Oct 27, 2022
1 parent 05e5927 commit 2ed46e5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 4 additions & 2 deletions web/annotation_editor_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
--editorFreeText-editing-cursor: text;
/*#else*/
--editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16;
--editorFreeText-editing-cursor: url(images/toolbarButton-editorFreeText.svg)
8 16;
/*--editorFreeText-editing-cursor: url(images/cursor-white-editorFreeText.svg)
8 16;*/
--editorFreeText-editing-cursor: url(images/cursor-black-editorFreeText.svg) 8
16;
/*#endif*/
}

Expand Down
4 changes: 4 additions & 0 deletions web/images/cursor-black-editorFreeText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion web/images/cursor-editorInk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions web/images/cursor-white-editorFreeText.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 2ed46e5

Please sign in to comment.