Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(img): Remove global CSS rules for images in prosemirror
We have a custom node for displaying images anyway.

This fixes the cursor being a pointer in the preview images of preview
links.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 23, 2025
commit a3a76764acab892102699ce0285df90c3de6f8de
5 changes: 0 additions & 5 deletions src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ div.ProseMirror {
font-size: var(--default-font-size);
}

img {
cursor: default;
max-width: 100%;
}

hr {
padding: 2px 0;
border: none;
Expand Down