diff --git a/src/main/frontend/components/block.css b/src/main/frontend/components/block.css index 7ca9c315c2..eb20083e9b 100644 --- a/src/main/frontend/components/block.css +++ b/src/main/frontend/components/block.css @@ -171,14 +171,6 @@ } } -/* Change to another cursor style if Shift key is active */ -[data-active-keystroke*="Shift" i] -:is(.journal-title, .page-title, - .block-ref, .page-ref, a.tag, - .bullet-container.cursor) { - cursor: context-menu; -} - .embed-page { @apply py-2 my-2 px-2; diff --git a/src/main/frontend/components/page.css b/src/main/frontend/components/page.css index 6b2fa32f8a..70b2b43c26 100644 --- a/src/main/frontend/components/page.css +++ b/src/main/frontend/components/page.css @@ -42,3 +42,11 @@ width: 20px; height: 20px; } + +/* Change to another cursor style if Shift key is active */ +[data-active-keystroke*="Shift" i] +:is(.journal-title, .page-title, + .block-ref, .page-ref, a.tag, + .bullet-container.cursor) { + cursor: e-resize; +}