Is there any CSS code that prevents bold, italic, underline, quote, and highlight buttons from appearing after selected text?
The buttons in the red circle are shown in the figure below.
These actions are an important part of text editing, but for me, they are rarely needed.
One line of code that might help me is display:none;
But I don’t know exactly where to put this line of code
Thank you!