Fixes CSS of sorted list item
authorMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 09:16:20 +0000 (11:16 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 09:16:20 +0000 (11:16 +0200)
wcfsetup/install/files/style/sortable.less

index e26a90e43f088ae3b27927b5688abcb3dd2da696..f2ab9c61043fa958333b79d5152f8417e97f6b17 100644 (file)
 
 .sortableNode {
        cursor: move;
+       
+       &.ui-sortable-helper {
+               list-style: none;
+       }
 }
 
 .sortableNodeLabel {