mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
style/text editor: hide icons from the text snippets dropdown
This commit is contained in:
parent
b147d4bdeb
commit
c08b30a060
@ -363,6 +363,11 @@
|
|||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Text snippet dropdown */
|
||||||
|
.ck-template-form .ck-button__icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Action buttons */
|
/* Action buttons */
|
||||||
|
|
||||||
:root .ck-link-actions button.ck-button,
|
:root .ck-link-actions button.ck-button,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user