Skip to content

Commit 43b685f

Browse files
committed
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 <jonas@freesources.org>
1 parent 2bc0118 commit 43b685f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/css/prosemirror.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ div.ProseMirror {
177177
font-size: var(--default-font-size);
178178
}
179179

180-
img {
181-
cursor: default;
182-
max-width: 100%;
183-
}
184-
185180
hr {
186181
padding: 2px 0;
187182
border: none;

0 commit comments

Comments
 (0)