mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
client/formatting toolbar: add CSS classes to the "Admonition" dropdown items
This commit is contained in:
@@ -113,6 +113,7 @@ export default class AdmonitionUI extends Plugin {
|
||||
model: new ViewModel({
|
||||
commandParam: type,
|
||||
label: admonition.title,
|
||||
class: `ck-tn-admonition-option ck-tn-admonition-${type}`,
|
||||
role: 'menuitemradio',
|
||||
withText: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user