style/text editor: hide icons from the text snippets dropdown

This commit is contained in:
Adorian Doran 2025-08-29 21:30:04 +03:00
parent b147d4bdeb
commit c08b30a060

View File

@ -363,6 +363,11 @@
color: var(--accent);
}
/* Text snippet dropdown */
.ck-template-form .ck-button__icon {
display: none;
}
/* Action buttons */
:root .ck-link-actions button.ck-button,