1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Lexical: Linked code block to editor, added button

This commit is contained in:
Dan Brown
2024-07-02 17:34:03 +01:00
parent 97f570a4ee
commit d0a5a5ef37
8 changed files with 128 additions and 25 deletions

View File

@@ -244,6 +244,13 @@ body.editor-is-fullscreen {
cursor: row-resize;
}
.editor-code-block-wrap {
user-select: none;
> * {
pointer-events: none;
}
}
// Editor theme styles
.editor-theme-bold {
font-weight: bold;