Tech: removed jquery-ui and jquiery-ui-angular-drag-drop, replaced with native drag drop for angular, saved ~50kb in js libs, much cleaner & simpler usage, Also changed some behavior for drag drop, now panels are replaced when droped on (switch places), Closes #920

This commit is contained in:
Torkel Ödegaard
2014-10-09 20:30:23 -04:00
parent ce46ca2f39
commit 7463f91878
14 changed files with 398 additions and 5704 deletions
-4
View File
@@ -231,10 +231,6 @@ form input.ng-invalid {
z-index: 9999;
}
.dragInProgress .panel-container {
border: 3px solid rgba(100,100,100,0.50);
}
.link {
color: @linkColor;
cursor: pointer;