fix: note editor italic (#5230)

pull/5235/head
zxhlyh 2 years ago committed by GitHub
parent bc757f1ddc
commit 6be0027853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,6 +10,7 @@ const theme: EditorThemeClasses = {
}, },
link: 'note-editor-theme_link', link: 'note-editor-theme_link',
text: { text: {
italic: 'note-editor-theme_text-italic',
strikethrough: 'note-editor-theme_text-strikethrough', strikethrough: 'note-editor-theme_text-strikethrough',
}, },
} }

@ -21,4 +21,8 @@
.note-editor-theme_text-strikethrough { .note-editor-theme_text-strikethrough {
text-decoration: line-through; text-decoration: line-through;
}
.note-editor-theme_text-italic {
font-style: italic;
} }
Loading…
Cancel
Save