Improve ACL editor

This commit is contained in:
Francis Lachapelle
2016-06-20 16:10:52 -04:00
parent 6b5571ea2c
commit 66e1fbd556
5 changed files with 52 additions and 28 deletions
@@ -59,6 +59,17 @@ md-card {
padding-top: 0;
}
}
// Animate item removal
&.ng-leave {
transform: translateX(0%);
transition-duration: 500ms;
&.ng-leave-active {
.md-button:not([disabled]):hover {
background-color: transparent;
}
transform: translateX(-70%);
}
}
}
&.sg-collapsed {