Skip to content

Commit

Permalink
TASK: Hide type around buttons of CKEditor
Browse files Browse the repository at this point in the history
The new type around buttons are not used by the neos ui at the moment and maybe we just dont need them. As the rendered SVGs without styled break the UI, we hide the buttons at the moment.
  • Loading branch information
markusguenther committed Dec 2, 2024
1 parent b8ecc24 commit 99ce89b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,10 @@
font-weight:700;
background:#fafafa
}

/* The type around buttons has been added in CKEditor and has been not implemented yet in
the neos-ui. We maybe also don't need it at the moment.
*/
.ck .ck-widget .ck-widget__type-around__button {
display: none;
}

0 comments on commit 99ce89b

Please sign in to comment.