mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat(cursor): allow cursor change to another style based on context
This commit is contained in:
@@ -171,6 +171,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user