Skip to content

Commit c10b0fd

Browse files
committed
Merge branch 'patch-1' of github.com:lublak/BookStack into lublak-patch-1
2 parents 1077a4e + 570ded1 commit c10b0fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

resources/sass/_tinymce.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,12 @@ body.page-content.mce-content-body {
202202
background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m8.4856 20.274-6.736-6.736 2.9287-2.7823 3.8073 3.8073 10.836-10.836 2.9287 2.9287z" stroke-width="1.4644"/></svg>');
203203
background-position: 50% 50%;
204204
background-size: 100% 100%;
205-
}
205+
}
206+
207+
/**
208+
* Set correct cursor for drawio
209+
*/
210+
211+
.page-content.mce-content-body [drawio-diagram] {
212+
cursor: pointer;
213+
}

0 commit comments

Comments
 (0)