mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
client: Remove background for decoupled editor
This commit is contained in:
parent
4f39188198
commit
787aa6f5a6
@ -4,6 +4,17 @@ const TPL = `\
|
|||||||
<div class="classic-toolbar-widget">
|
<div class="classic-toolbar-widget">
|
||||||
Classic toolbar goes here.
|
Classic toolbar goes here.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.classic-toolbar-widget {
|
||||||
|
--ck-color-toolbar-background: transparent;
|
||||||
|
--ck-color-button-default-background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.classic-toolbar-widget .ck.ck-toolbar {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default class ClassicEditorToolbar extends NoteContextAwareWidget {
|
export default class ClassicEditorToolbar extends NoteContextAwareWidget {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user