diff options
| author | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-08-06 00:21:23 +0900 |
|---|---|---|
| committer | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-08-06 00:21:23 +0900 |
| commit | 7e18d27de76bd2b58281841910aee3c4829269dd (patch) | |
| tree | f3e0f0fb6ea8a0a8254749c49edee4a4893d889e /src/client/views/DocumentDecorations.scss | |
| parent | 78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff) | |
fixed bugs after testing
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 424a06431..5401623e8 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -24,8 +24,7 @@ $linkGap : 3px; .documentDecorations-rotation { pointer-events: auto; - // cursor: grabbing; - cursor: ns-resize; + cursor: alias; width: 10px; height: 10px; } |
