.vc-tree-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}

.vc-tree-cell .type-icon {
  display: inline;
  margin-right: 6px;
}

.vc-tree-cell .file-name {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.vc-tree-cell .file-name .deleted-item {
  text-decoration: line-through;
}

.vc-tree-cell-callout {
  pointer-events: none;
}
