Skip to content
Snippets Groups Projects
Commit 6c31734e authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[TASK] Use a new icon for sorting inline records

Adopt the order icon to fit the others.

The changed icon can e.g. be found in content element type "media",
section "HTML5 additions", field "video sources".

Resolves: #62661
Releases: master
Change-Id: I7e242a853ebed3632c6a496246ccdb90a6b1ef66
Reviewed-on: http://review.typo3.org/33787


Reviewed-by: default avatarStefan Froemken <froemken@gmail.com>
Tested-by: default avatarStefan Froemken <froemken@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent a43630bf
Branches
Tags
No related merge requests found
......@@ -105,6 +105,7 @@ class IconStyleModifier {
't3-icon t3-icon-status t3-icon-status-status t3-icon-status-readonly' => 'fa-lock',
't3-icon t3-icon-status t3-icon-status-warning t3-icon-warning-lock' => 'fa-lock',
't3-icon t3-icon-actions t3-icon-actions-move t3-icon-move-move sortableHandle' => 'fa-reorder sortableHandle',
't3-icon t3-icon-actions t3-icon-actions-move t3-icon-move-move' => 'fa-reorder',
);
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment