Skip to content

Commit

Permalink
Remove colons from drag-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack committed Aug 17, 2018
1 parent 44e5fe1 commit 9a7905d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/SortableUploadFieldItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {SortableElement, SortableHandle} from 'react-sortable-hoc';
import {connect} from "react-redux";

const DragHandle = SortableHandle(() =>
<span className="sortable-item__handle icon font-icon-drag-handle">::</span>
<span className="sortable-item__handle icon font-icon-drag-handle" />
);

const SortableItem = SortableElement((props) =>
Expand Down

0 comments on commit 9a7905d

Please sign in to comment.