mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated cm6 theme handling to allow extension via API
Uses our custom event system, uses methods that take callables so that internal dependancies can be passed.
This commit is contained in:
@@ -412,10 +412,6 @@ span.CodeMirror-selectedtext { background: none; }
|
||||
/**
|
||||
* Custom BookStack overrides
|
||||
*/
|
||||
.cm-editor {
|
||||
@include lightDark(background-color, #FFF, #000);
|
||||
}
|
||||
|
||||
// TODO - All below are old
|
||||
.CodeMirror, .CodeMirror pre {
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user