/*
 * Action Text styling. Trix stylesheet is linked separately in the layout
 * (`stylesheet_link_tag "trix"`) since Propshaft does not honor Sprockets
 * require directives.
 */

/* Hide attachments in Trix content */
.trix-content action-text-attachment,
.trix-content .attachment,
.trix-content .attachment-gallery {
  display: none !important;
}

/* Hide the file upload button in the Trix toolbar */
trix-toolbar [data-trix-button-group="file-tools"] {
  display: none !important;
}
