Skip to content

Instantly share code, notes, and snippets.

View SlimGee's full-sized avatar

Given Ncube SlimGee

View GitHub Profile
@kenakingkong
kenakingkong / actiontext.scss
Last active August 23, 2024 00:30
Trix Editor - Stimulus Controller and CSS styles
/* https://medium.com/@makenakong/how-to-add-and-customize-the-trix-editor-for-your-ruby-on-rails-application-c0a5d3082254 */
.trix-button--icon-strike,
.trix-button--icon-link,
.trix-button-group--block-tools,
.trix-button-group--file-tools,
.trix-button-group--history-tools {
display: none;
}