Oops. Broke the rules sorting.

This commit is contained in:
Kenn Jacobsen
2018-11-01 12:51:31 +01:00
parent 7e687b220b
commit c30b59b290

View File

@@ -4,7 +4,7 @@ angular.module("umbraco").controller("Umbraco.Editors.StyleSheets.RulesControlle
axis: 'y', axis: 'y',
containment: 'parent', containment: 'parent',
cursor: 'move', cursor: 'move',
items: '> div.control-group', items: 'div.umb-stylesheet-rules__listitem',
tolerance: 'pointer', tolerance: 'pointer',
update: function (e, ui) { update: function (e, ui) {
// TODO // TODO