fix: move cursor pointer changes to page to make it easier to track

This commit is contained in:
Peng Xiao
2021-07-03 11:44:49 +08:00
committed by Tienson Qin
parent 2402d9946c
commit f0236b0503
2 changed files with 8 additions and 8 deletions

View File

@@ -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;