/* Disable click on the file link and make it look like plain text */
.js-form-item-attach-a-file-file-16912-selected span.file a {
  pointer-events: none;      /* ignore mouse clicks */
  cursor: default;           /* standard arrow cursor */
  color: inherit;            /* match surrounding text colour */
  text-decoration: none;     /* remove underline */
}