Procházet zdrojové kódy

fix: note editor italic (#5230)

tags/0.6.11
zxhlyh před 1 rokem
rodič
revize
6be0027853
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 0
web/app/components/workflow/note-node/note-editor/theme/index.ts Zobrazit soubor

}, },
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',
}, },
} }

+ 4
- 0
web/app/components/workflow/note-node/note-editor/theme/theme.css Zobrazit soubor



.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;
} }

Načítá se…
Zrušit
Uložit